linux_hardened_latest: 5.6 -> 5.7

This commit is contained in:
Tim Steinbach 2020-07-03 13:14:32 -04:00
parent 67557dff2f
commit 5252a22e41
No known key found for this signature in database
GPG Key ID: FD36A5EAAC49035A

View File

@ -17345,7 +17345,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_6; # TODO: Update to linux_latest
linux_latest_for_hardened = pkgs.linux_latest;
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 {