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.
2 parents 1f78d39 + 3acf7e1 commit 9d24e62Copy full SHA for 9d24e62
lib/install-nix.sh
@@ -78,8 +78,8 @@ if [[ $OSTYPE =~ darwin ]]; then
78
fi
79
80
# Set paths
81
-echo "/nix/var/nix/profiles/per-user/$USER/profile/bin" >> "$GITHUB_PATH"
82
echo "/nix/var/nix/profiles/default/bin" >> "$GITHUB_PATH"
+echo "/nix/var/nix/profiles/per-user/$USER/profile/bin" >> "$GITHUB_PATH"
83
84
if [[ $INPUT_NIX_PATH != "" ]]; then
85
echo "NIX_PATH=${INPUT_NIX_PATH}" >> "$GITHUB_ENV"
0 commit comments