We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46095f4 commit 6060e02Copy full SHA for 6060e02
install-nix.sh
@@ -88,7 +88,7 @@ echo "installer options: ${installer_options[*]}"
88
89
# There is --retry-on-errors, but only newer curl versions support that
90
curl_retries=5
91
-while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.21.2/install}"
+while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.22.1/install}"
92
do
93
sleep 1
94
((curl_retries--))
0 commit comments