3
0
Fork 0
forked from mirrors/nixpkgs

* Add ~/bin to the PATH.

svn path=/nixos/trunk/; revision=8557
This commit is contained in:
Eelco Dolstra 2007-04-10 14:18:15 +00:00
parent 128e40a98c
commit 719112e7bb
2 changed files with 3 additions and 1 deletions

View file

@ -49,6 +49,8 @@ for i in $NIX_PROFILES; do # !!! reverse
export PATH=$i/bin:$i/sbin:$PATH
done
export PATH=$HOME/bin:$PATH
# Set up a default Nix expression from which to install stuff.
if ! test -L $HOME/.nix-defexpr; then

View file

@ -80,7 +80,7 @@ end script
# Hack: Upstart doesn't yet support what we want: a service that
# doesn't have a running process associated with it.
respawn sleep 10000
respawn sleep 100000
stop script
for i in $(cd /sys/class/net && ls -d *); do