Skip to content

Commit

Permalink
linux-rpi*: set isLTS
Browse files Browse the repository at this point in the history
These are based on 6.6.y
  • Loading branch information
Atemu committed Dec 3, 2024
1 parent e8f3f49 commit 115c0e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/os-specific/linux/kernel/linux-rpi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ lib.overrideDerivation (buildLinux (args // {
efiBootStub = false;
} // (args.features or {});

isLTS = true;

extraMeta = if (rpiVersion < 3) then {
platforms = with lib.platforms; arm;
hydraPlatforms = [];
Expand Down

0 comments on commit 115c0e4

Please sign in to comment.