Skip to content

Commit

Permalink
linux-kernels: passthru isLTS to kernelPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemu committed Dec 3, 2024
1 parent 115c0e4 commit b5bc67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/linux-kernels.nix
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ in {
inherit (kernel) stdenv; # in particular, use the same compiler by default

# to help determine module compatibility
inherit (kernel) isZen isHardened isLibre;
inherit (kernel) isLTS isZen isHardened isLibre;
inherit (kernel) kernelOlder kernelAtLeast;
# Obsolete aliases (these packages do not depend on the kernel).
inherit (pkgs) odp-dpdk pktgen; # added 2018-05
Expand Down

0 comments on commit b5bc67e

Please sign in to comment.