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 83e7d63 + 1544c90 commit 106f85dCopy full SHA for 106f85d
lib/install-nix.sh
@@ -57,7 +57,7 @@ echo "installer options: ${installer_options[*]}"
57
58
# There is --retry-on-errors, but only newer curl versions support that
59
curl_retries=5
60
-while ! curl -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://nixos.org/nix/install}"
61
do
62
sleep 1
63
((curl_retries--))
0 commit comments