We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51f3067 + 6281169 commit 96951a3Copy full SHA for 96951a3
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.34.2
+nix_version=2.34.4
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