1
0
Fork 0
mirror of https://github.com/cachix/install-nix-action.git synced 2025-06-08 00:27:00 +09:00

Merge pull request #239 from Mic92/nix-2.29

nix: 2.28.3 -> 2.29.0
This commit is contained in:
sander 2025-05-27 14:01:10 +04:00 committed by GitHub
commit 86a92fee0d
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,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.28.3/install}"
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.29.0/install}"
do
sleep 1
((curl_retries--))