Add system.path to PATH instead of overriding

svn path=/nixos/trunk/; revision=23879
This commit is contained in:
Yury G. Kudryashov 2010-09-21 09:16:47 +00:00
parent ca4b60d059
commit 1319531f28

View file

@ -134,10 +134,7 @@ in
startOn = "started network-interfaces";
stopOn = "stopping network-interfaces";
environment = {
# Cups scripts for printing (psto...) require awk, sed, grep, ...
PATH = "${config.system.path}/bin";
};
path = [ config.system.path ];
preStart =
''