Skip to content

Commit

Permalink
linux-hardened: 5.8.x -> 5.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 7, 2020
1 parent 4fcf71f commit 726d307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 726d307

Please sign in to comment.