0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

linux/hardened: move files into directory

This commit is contained in:
Emily 2020-04-26 18:19:02 +01:00
parent abe4bef033
commit d6fe0a4e2d
9 changed files with 14 additions and 12 deletions

View file

@ -14,7 +14,7 @@ with lib;
freeform = x: { freeform = x; };
/*
Common patterns/legacy used in common-config/hardened-config.nix
Common patterns/legacy used in common-config/hardened/config.nix
*/
whenHelpers = version: {
whenAtLeast = ver: mkIf (versionAtLeast version ver);