We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15708f commit 3755e30Copy full SHA for 3755e30
install-nix.sh
@@ -87,6 +87,8 @@ fi
87
# Set paths
88
echo "/nix/var/nix/profiles/default/bin" >> "$GITHUB_PATH"
89
echo "/nix/var/nix/profiles/per-user/$USER/profile/bin" >> "$GITHUB_PATH"
90
+# new path for nix 2.14
91
+echo "$HOME/.nix-profile/bin" >> "$GITHUB_PATH"
92
93
if [[ $INPUT_NIX_PATH != "" ]]; then
94
echo "NIX_PATH=${INPUT_NIX_PATH}" >> "$GITHUB_ENV"
0 commit comments