nix: 2.29.1 -> 2.30.0

This commit is contained in:
sandydoo 2025-07-09 03:03:14 +00:00 committed by Sander
parent f0fe604f8a
commit 358e2ef1b2
No known key found for this signature in database
GPG key ID: D1A763BC84F34603

View file

@ -94,7 +94,7 @@ echo "installer options: ${installer_options[*]}"
# There is --retry-on-errors, but only newer curl versions support that
curl_retries=5
nix_version=2.29.1
nix_version=2.30.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