ci: Roll back default nix to 2.29.1 in install-nix-action

Daemon tests are broken in 2.30.1 Darwin sandbox and there's
no point release with the fix yet.
This commit is contained in:
Sergei Zimmerman
2025-07-25 02:20:53 +03:00
parent c6893b217a
commit cd9e090506

View File

@@ -9,7 +9,7 @@ inputs:
install_url:
description: "URL of the Nix installer"
required: false
default: "https://releases.nixos.org/nix/nix-2.30.1/install"
default: "https://releases.nixos.org/nix/nix-2.29.1/install"
github_token:
description: "Github token"
required: true