Nix: 2.15.1
This commit is contained in:
parent
35806937f1
commit
4b933aa7eb
@ -66,7 +66,7 @@ echo "installer options: ${installer_options[*]}"
|
||||
|
||||
# There is --retry-on-errors, but only newer curl versions support that
|
||||
curl_retries=5
|
||||
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.15.0/install}"
|
||||
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.15.1/install}"
|
||||
do
|
||||
sleep 1
|
||||
((curl_retries--))
|
||||
|
Loading…
Reference in New Issue
Block a user