We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8dbd0c + 0660042 commit 02a151aCopy full SHA for 02a151a
install-nix.sh
@@ -93,7 +93,7 @@ echo "installer options: ${installer_options[*]}"
93
94
# There is --retry-on-errors, but only newer curl versions support that
95
curl_retries=5
96
-while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.26.2/install}"
+while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.26.3/install}"
97
do
98
sleep 1
99
((curl_retries--))
0 commit comments