nix: 2.26.2 -> 2.26.3

This commit is contained in:
Sander 2025-03-15 20:06:12 +01:00
parent e8dbd0c992
commit 066004291c
No known key found for this signature in database
GPG key ID: D1A763BC84F34603

View file

@ -93,7 +93,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.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}"
do
sleep 1
((curl_retries--))