Merge pull request #216 from Mic92/nix-bump

Nix: 2.24.7 -> 2.24.8
This commit is contained in:
Domen Kožar 2024-09-27 17:20:20 +01:00 committed by GitHub
commit 6a10e2e9fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ echo "installer options: ${installer_options[*]}"
# There is --retry-on-errors, but only newer curl versions support that # There is --retry-on-errors, but only newer curl versions support that
curl_retries=5 curl_retries=5
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.24.7/install}" while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.24.8/install}"
do do
sleep 1 sleep 1
((curl_retries--)) ((curl_retries--))