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 7ab6e7f + a55fd2d commit fd24c48Copy full SHA for fd24c48
install-nix.sh
@@ -102,7 +102,7 @@ echo "installer options: ${installer_options[*]}"
102
103
# There is --retry-on-errors, but only newer curl versions support that
104
curl_retries=5
105
-nix_version=2.32.0
+nix_version=2.32.1
106
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-${nix_version}/install}"; do
107
sleep 1
108
((curl_retries--))
0 commit comments