Used the override version of nix and not the default one provided by nixpkgs.
svn path=/nixos/branches/modular-nixos/; revision=14989
This commit is contained in:
parent
b72989eda0
commit
a67aecb38b
@ -226,7 +226,7 @@ in
|
|||||||
script
|
script
|
||||||
export PATH=${if config.nix.distributedBuilds then "${pkgs.openssh}/bin:" else ""}${pkgs.openssl}/bin:${nix}/bin:$PATH
|
export PATH=${if config.nix.distributedBuilds then "${pkgs.openssh}/bin:" else ""}${pkgs.openssl}/bin:${nix}/bin:$PATH
|
||||||
${nixEnvVars}
|
${nixEnvVars}
|
||||||
exec ${pkgs.nix}/bin/nix-worker --daemon > /dev/null 2>&1
|
exec ${nix}/bin/nix-worker --daemon > /dev/null 2>&1
|
||||||
end script
|
end script
|
||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user