Add system.path to PATH instead of overriding
svn path=/nixos/trunk/; revision=23879
This commit is contained in:
parent
ca4b60d059
commit
1319531f28
|
@ -134,10 +134,7 @@ in
|
||||||
startOn = "started network-interfaces";
|
startOn = "started network-interfaces";
|
||||||
stopOn = "stopping network-interfaces";
|
stopOn = "stopping network-interfaces";
|
||||||
|
|
||||||
environment = {
|
path = [ config.system.path ];
|
||||||
# Cups scripts for printing (psto...) require awk, sed, grep, ...
|
|
||||||
PATH = "${config.system.path}/bin";
|
|
||||||
};
|
|
||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in New Issue