Skip to content

Commit

Permalink
Revert "linux-hardened: 5.7 -> 5.8"
Browse files Browse the repository at this point in the history
This reverts commit 4712b94.
This broke a test and has been blocking the channel for over a week.
(see 4712b946e )
  • Loading branch information
vcunat committed Oct 5, 2020
1 parent b5ba701 commit ad3a5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17933,7 +17933,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_7;
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 ad3a5d5

Please sign in to comment.