mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
revert unintended part of the previous commit
svn path=/nixos/trunk/; revision=20123
This commit is contained in:
parent
a87ee76cb3
commit
2b7da40351
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user