Skip to content

Commit 4f91dc2

Browse files
committed
Nix: 2.24.6 -> 2.24.7
This version fixes GC bugs, which can be triggered under memory pressure. Since GitHub runners are at times memory constraint, it would be good to get this out.
1 parent 3715ab1 commit 4f91dc2

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

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

0 commit comments

Comments
 (0)