nix-daemon.nix: Make the 1.12 check less strict

This commit is contained in:
Eelco Dolstra
2017-03-21 18:48:35 +01:00
parent 8467757481
commit 78bb734452
+1 -1
View File
@@ -8,7 +8,7 @@ let
nix = cfg.package.out;
isNix112 = versionAtLeast (getVersion nix) "1.12pre4997";
isNix112 = versionAtLeast (getVersion nix) "1.12pre";
makeNixBuildUser = nr:
{ name = "nixbld${toString nr}";