Skip to content

Commit 3988b72

Browse files
committed
pin Nix to 2.15.0
1 parent 763a380 commit 3988b72

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
@@ -66,7 +66,7 @@ echo "installer options: ${installer_options[*]}"
6666

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

0 commit comments

Comments
 (0)