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.
1 parent d1ca217 commit edf986eCopy full SHA for edf986e
install-nix.sh
@@ -94,7 +94,7 @@ echo "installer options: ${installer_options[*]}"
94
95
# There is --retry-on-errors, but only newer curl versions support that
96
curl_retries=5
97
-while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.26.3/install}"
+while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.28.2/install}"
98
do
99
sleep 1
100
((curl_retries--))
0 commit comments