From 066004291cc7638382c409f632f7e0b113fb4daa Mon Sep 17 00:00:00 2001 From: Sander Date: Sat, 15 Mar 2025 20:06:12 +0100 Subject: [PATCH] nix: 2.26.2 -> 2.26.3 --- install-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nix.sh b/install-nix.sh index 156ffaf..c50aa1f 100755 --- a/install-nix.sh +++ b/install-nix.sh @@ -93,7 +93,7 @@ echo "installer options: ${installer_options[*]}" # There is --retry-on-errors, but only newer curl versions support that curl_retries=5 -while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.26.2/install}" +while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.26.3/install}" do sleep 1 ((curl_retries--))