Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 2261c03

Browse files
committed
fix
1 parent 9e2fda6 commit 2261c03

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

scripts/runner/setup_aarch64-Linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/runner/setup_riscv64-Linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

scripts/runner/setup_x86_64-Linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)