Skip to content

Commit edf986e

Browse files
committed
nix: 2.26.3 -> 2.28.2
1 parent d1ca217 commit edf986e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ echo "installer options: ${installer_options[*]}"
9494

9595
# There is --retry-on-errors, but only newer curl versions support that
9696
curl_retries=5
97-
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.26.3/install}"
97+
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.28.2/install}"
9898
do
9999
sleep 1
100100
((curl_retries--))

0 commit comments

Comments
 (0)