We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cce1fd commit 81eb746Copy full SHA for 81eb746
install-nix.sh
@@ -91,7 +91,7 @@ if [[ -n "${INPUT_NIX_PATH:-}" ]]; then
91
echo "NIX_PATH=${INPUT_NIX_PATH}" >> "$GITHUB_ENV"
92
fi
93
94
-# Set temporary directory (if not already set)
+# Set temporary directory (if not already set) to fix https://github.com/cachix/install-nix-action/issues/197
95
if [[ -z "${TMPDIR:-}" ]]; then
96
echo "TMPDIR=${RUNNER_TEMP}" >> "$GITHUB_ENV"
97
0 commit comments