1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 11:36:03 +01:00

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 aa9d588891
commit 5ae4ee99d3
No known key found for this signature in database

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