Skip to content

Commit

Permalink
nix-daemon.nix: Make the 1.12 check less strict
Browse files Browse the repository at this point in the history
(cherry picked from commit 78bb734)
  • Loading branch information
edolstra authored and abbradar committed Mar 21, 2017
1 parent 128837a commit dffc300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/misc/nix-daemon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down

0 comments on commit dffc300

Please sign in to comment.