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:
parent
8467757481
commit
78bb734452
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue