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

This commit is contained in:
Eelco Dolstra 2017-03-21 18:41:41 +01:00
parent 8467757481
commit 78bb734452
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

@ -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}";