nix: 2.32.3 -> 2.32.4

This commit is contained in:
sandydoo 2025-11-12 03:00:07 +00:00 committed by Sander
parent 7ec16f2c06
commit 16d2e3294d
No known key found for this signature in database

View file

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