This repository was archived by the owner on Jan 9, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,7 @@ if [ "${CONTINUE}" == "YES" ]; then
353353 bash " ./install_nix.sh"
354354 [[ -f " ${HOME} /.bash_profile" ]] && source " ${HOME} /.bash_profile"
355355 [[ -f " ${HOME} /.nix-profile/etc/profile.d/nix.sh" ]] && source " ${HOME} /.nix-profile/etc/profile.d/nix.sh"
356+ [[ -f " /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh" ]] && source " /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh"
356357 rm -rf " ./install_nix.sh" 2> /dev/null ; popd & > /dev/null
357358 fi
358359 # Test
Original file line number Diff line number Diff line change @@ -203,6 +203,7 @@ pushd "$(mktemp -d)" &>/dev/null
203203 bash " ./install_nix.sh"
204204 [[ -f " ${HOME} /.bash_profile" ]] && source " ${HOME} /.bash_profile"
205205 [[ -f " ${HOME} /.nix-profile/etc/profile.d/nix.sh" ]] && source " ${HOME} /.nix-profile/etc/profile.d/nix.sh"
206+ [[ -f " /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh" ]] && source " /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh"
206207 rm -rf " ./install_nix.sh" 2> /dev/null ; popd & > /dev/null
207208 fi
208209 # Test
Original file line number Diff line number Diff line change @@ -353,6 +353,7 @@ if [ "${CONTINUE}" == "YES" ]; then
353353 bash " ./install_nix.sh"
354354 [[ -f " ${HOME} /.bash_profile" ]] && source " ${HOME} /.bash_profile"
355355 [[ -f " ${HOME} /.nix-profile/etc/profile.d/nix.sh" ]] && source " ${HOME} /.nix-profile/etc/profile.d/nix.sh"
356+ [[ -f " /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh" ]] && source " /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh"
356357 rm -rf " ./install_nix.sh" 2> /dev/null ; popd & > /dev/null
357358 fi
358359 # Test
You can’t perform that action at this time.
0 commit comments