Merge pull request #264 from cachix/create-pull-request/patch

nix: 2.32.4 -> 2.33.0
This commit is contained in:
sander 2025-12-11 16:17:37 +01:00 committed by GitHub
commit c61d28fbcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.4
nix_version=2.33.0
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--))