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:
parent
abe4bef033
commit
d6fe0a4e2d
9 changed files with 14 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue