Skip to content

Commit

Permalink
Nix: 2.24.6 -> 2.24.7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Mic92 committed Sep 25, 2024
1 parent 3715ab1 commit 4f91dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,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.24.6/install}"
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-2.24.7/install}"
do
sleep 1
((curl_retries--))
Expand Down

0 comments on commit 4f91dc2

Please sign in to comment.