revert unintended part of the previous commit

svn path=/nixos/trunk/; revision=20123
This commit is contained in:
Rob Vermaas 2010-02-19 09:55:28 +00:00
parent a87ee76cb3
commit 2b7da40351

View file

@ -213,9 +213,6 @@ in
''
export PATH=${if config.nix.distributedBuilds then "${pkgs.openssh}/bin:${pkgs.gzip}/bin:" else ""}${pkgs.openssl}/bin:${nix}/bin:$PATH
${config.nix.envVars}
# To reduce the load on Hydra, don't start all those
# unnecessary substituter processes.
export NIX_SUBSTITUTERS=
exec \
nice -n ${builtins.toString config.nix.daemonNiceLevel} \
${pkgs.utillinux}/bin/ionice -n ${builtins.toString config.nix.daemonIONiceLevel} \