Fix reference to $NIX_LINK

This commit is contained in:
Eelco Dolstra 2016-05-31 15:14:24 +02:00
parent 0a9d627e50
commit 33664f0e8d

View file

@ -90,7 +90,7 @@ if [ -z "$_NIX_INSTALLER_TEST" ]; then
fi
# Make the shell source nix.sh during login.
p=$NIX_LINK/etc/profile.d/nix.sh
p=$HOME/.nix-profile/etc/profile.d/nix.sh
added=
for i in .bash_profile .bash_login .profile; do