nix: 2.28.3 -> 2.29.0

This commit is contained in:
Jörg Thalheim 2025-05-27 09:15:35 +02:00
parent 5261181216
commit f5e4dbff3b

View file

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