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 6a10e2e + 4204e15 commit 08dcb3aCopy full SHA for 08dcb3a
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.8/install}"
+while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.24.9/install}"
97
do
98
sleep 1
99
((curl_retries--))
0 commit comments