linux-hardened: 5.8.x -> 5.9.x

This commit is contained in:
Tim Steinbach 2020-11-05 21:17:06 -05:00
parent 4fcf71f9a2
commit 726d307d2c
No known key found for this signature in database
GPG Key ID: FD36A5EAAC49035A

View File

@ -18354,7 +18354,7 @@ in
# Hardened Linux
hardenedLinuxPackagesFor = kernel': overrides:
let # Note: We use this hack since the hardened patches can lag behind and we don't want to delay updates:
linux_latest_for_hardened = pkgs.linux_5_8;
linux_latest_for_hardened = pkgs.linux_5_9;
kernel = (if kernel' == pkgs.linux_latest then linux_latest_for_hardened else kernel').override overrides;
in linuxPackagesFor (kernel.override {
structuredExtraConfig = import ../os-specific/linux/kernel/hardened/config.nix {