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.
1 parent 8ab3881 commit e278794Copy full SHA for e278794
install-nix.sh
@@ -69,7 +69,7 @@ echo "installer options: ${installer_options[*]}"
69
70
# There is --retry-on-errors, but only newer curl versions support that
71
curl_retries=5
72
-while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.15.1/install}"
+while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.16.1/install}"
73
do
74
sleep 1
75
((curl_retries--))
0 commit comments