Unverified Commit 78bb7344 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

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

parent 84677574
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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}";