Skip to content

Commit 6a9a9e8

Browse files
authored
Merge pull request #192 from grahamc/patch-1
Update to Nix 2.17.0
2 parents 5cfd516 + 4509d84 commit 6a9a9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-nix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ echo "installer options: ${installer_options[*]}"
7070

7171
# There is --retry-on-errors, but only newer curl versions support that
7272
curl_retries=5
73-
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.16.1/install}"
73+
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.17.0/install}"
7474
do
7575
sleep 1
7676
((curl_retries--))

0 commit comments

Comments
 (0)