linuxPackages: point linux_hardened to the hardened default linux, not hardened linux_latest
This commit is contained in:
parent
3a2ee6e5c3
commit
ac073fe77a
1 changed files with 4 additions and 1 deletions
|
@ -13198,9 +13198,12 @@ with pkgs;
|
|||
};
|
||||
});
|
||||
|
||||
linuxPackages_hardened = recurseIntoAttrs (hardenedLinuxPackagesFor pkgs.linux_latest);
|
||||
linuxPackages_hardened = recurseIntoAttrs (hardenedLinuxPackagesFor pkgs.linux);
|
||||
linux_hardened = linuxPackages_hardened.kernel;
|
||||
|
||||
linuxPackages_latest_hardened = recurseIntoAttrs (hardenedLinuxPackagesFor pkgs.linux_latest);
|
||||
linux_latest_hardened = linuxPackages_latest_hardened.kernel;
|
||||
|
||||
linuxPackages_copperhead_hardened = recurseIntoAttrs (hardenedLinuxPackagesFor pkgs.linux_copperhead);
|
||||
linux_copperhead_hardened = linuxPackages_copperhead_hardened.kernel;
|
||||
linux_hardened_copperhead = linux_copperhead_hardened; # alias for backward compatibility
|
||||
|
|
Loading…
Reference in a new issue