Skip to content

Commit b9f700d

Browse files
sandydoogithub-actions[bot]
authored andcommitted
nix: 2.34.4 -> 2.34.5
1 parent 96951a3 commit b9f700d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-nix.sh

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

103103
# There is --retry-on-errors, but only newer curl versions support that
104104
curl_retries=5
105-
nix_version=2.34.4
105+
nix_version=2.34.5
106106
while ! curl -sS -o "$workdir/install" -v --fail -L "${INPUT_INSTALL_URL:-https://releases.nixos.org/nix/nix-${nix_version}/install}"; do
107107
sleep 1
108108
((curl_retries--))

0 commit comments

Comments
 (0)