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

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

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