Merge pull request #86074 from emilazy/refactor-linux-hardened-update-script

This commit is contained in:
Jörg Thalheim
2020-05-11 10:40:42 +01:00
committed by GitHub
11 changed files with 284 additions and 236 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);