nix: 2.33.0 -> 2.33.2

This commit is contained in:
sandydoo 2026-02-03 03:23:54 +00:00 committed by github-actions[bot]
parent 4e002c8ec8
commit 24278f926d

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.33.0
nix_version=2.33.2
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--))