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 763a380 commit 3988b72Copy full SHA for 3988b72
install-nix.sh
@@ -66,7 +66,7 @@ echo "installer options: ${installer_options[*]}"
66
67
# There is --retry-on-errors, but only newer curl versions support that
68
curl_retries=5
69
-while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://nixos.org/nix/install}"
+while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.15.0/install}"
70
do
71
sleep 1
72
((curl_retries--))
0 commit comments