From a1b1742b50d2899373ddd161487db12371e401b0 Mon Sep 17 00:00:00 2001 From: Sander Date: Tue, 29 Jul 2025 17:44:40 +0200 Subject: [PATCH] test --- install-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nix.sh b/install-nix.sh index f5e8268..c7b6730 100755 --- a/install-nix.sh +++ b/install-nix.sh @@ -121,7 +121,7 @@ if [[ -z "${TMPDIR:-}" ]]; then echo "TMPDIR=${RUNNER_TEMP}" >> "$GITHUB_ENV" fi -comm -13 <(env | sort) <(bash /etc/profile.d/nix.sh && env | sort) > "$GITHUB_ENV" +comm -13 <(env | sort) <(. /etc/profile.d/nix.sh && env | sort) > "$GITHUB_ENV" # Close the log message group which was opened above echo "::endgroup::"