We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cfd516 + 4509d84 commit 6a9a9e8Copy full SHA for 6a9a9e8
install-nix.sh
@@ -70,7 +70,7 @@ echo "installer options: ${installer_options[*]}"
70
71
# There is --retry-on-errors, but only newer curl versions support that
72
curl_retries=5
73
-while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.16.1/install}"
+while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.17.0/install}"
74
do
75
sleep 1
76
((curl_retries--))
0 commit comments