nix: 2.20.5 -> 2.21.2

This commit is contained in:
kashw2 2024-05-05 00:54:55 +10:00
parent 8887e596b4
commit 46095f4692

View file

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