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 fd24c48 + 0cacfe0 commit 456688fCopy full SHA for 456688f
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.1
+nix_version=2.32.2
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