We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a10e2e commit 4204e15Copy full SHA for 4204e15
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