3
0
Fork 0
forked from mirrors/nixpkgs

oops. Fixing the cupsd path. How to set a single path there in the job? I don't know.

svn path=/nixos/trunk/; revision=22174
This commit is contained in:
Lluís Batlle i Rossell 2010-06-07 21:44:06 +00:00
parent 9e275ffa58
commit dadd6d63e7

View file

@ -129,7 +129,7 @@ in
environment = {
# Cups scripts for printing (psto...) require awk, sed, grep, ...
PATH = config.system.path;
PATH = "${config.system.path}/bin";
};
preStart =