* Need gzip in the Nix daemon's PATH. Forgot to commit this.
svn path=/nixos/trunk/; revision=14274
This commit is contained in:
parent
f5b2ecdc13
commit
69ef41ea14
@ -8,9 +8,9 @@
|
|||||||
stop on shutdown
|
stop on shutdown
|
||||||
respawn
|
respawn
|
||||||
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:${pkgs.gzip}/bin:" else ""}${pkgs.openssl}/bin:${nix}/bin:$PATH
|
||||||
${nixEnvVars}
|
${nixEnvVars}
|
||||||
exec ${nix}/bin/nix-worker --daemon > /dev/null 2>&1
|
exec nice -10 ${nix}/bin/nix-worker --daemon > /dev/null 2>&1
|
||||||
end script
|
end script
|
||||||
";
|
";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user