We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3715ab1 + 4f91dc2 commit 9f70348Copy full SHA for 9f70348
install-nix.sh
@@ -93,7 +93,7 @@ echo "installer options: ${installer_options[*]}"
93
94
# There is --retry-on-errors, but only newer curl versions support that
95
curl_retries=5
96
-while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.24.6/install}"
+while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.24.7/install}"
97
do
98
sleep 1
99
((curl_retries--))
0 commit comments