mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
linux: Tag hardened kernels 2/2
Forgot to change the modDirVersion
This commit is contained in:
parent
b8d6cc8157
commit
6ecfe92986
1 changed files with 1 additions and 0 deletions
|
@ -14761,6 +14761,7 @@ in
|
|||
inherit (kernel) version;
|
||||
};
|
||||
kernelPatches = kernel.kernelPatches ++ [ kernelPatches.tag_hardened ];
|
||||
modDirVersionArg = kernel.modDirVersion + "-hardened";
|
||||
});
|
||||
|
||||
linuxPackages_hardened = recurseIntoAttrs (hardenedLinuxPackagesFor pkgs.linux);
|
||||
|
|
Loading…
Reference in a new issue