From 46095f46925a83fdc93cac5f2a85ef7f7223fd15 Mon Sep 17 00:00:00 2001 From: kashw2 Date: Sun, 5 May 2024 00:54:55 +1000 Subject: [PATCH] nix: 2.20.5 -> 2.21.2 --- install-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nix.sh b/install-nix.sh index 83c4354..bfb7ce6 100755 --- a/install-nix.sh +++ b/install-nix.sh @@ -88,7 +88,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.20.5/install}" +while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.21.2/install}" do sleep 1 ((curl_retries--))