* Add $profile/sbin to the PATH.

svn path=/nixos/trunk/; revision=7896
This commit is contained in:
Eelco Dolstra 2007-02-12 15:29:43 +00:00
parent ac93023f35
commit d4c172469d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ fi
NIX_PROFILES="/nix/var/nix/profiles/default $NIX_USER_PROFILE_DIR/profile"
for i in $NIX_PROFILES; do # !!! reverse
export PATH=$i/bin:$PATH
export PATH=$i/bin:$i/sbin:$PATH
done