forked from lix-project/lix
Fix reference to $NIX_LINK
This commit is contained in:
parent
0a9d627e50
commit
33664f0e8d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue