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

ci: Bump pinned stable nix version

2.30.1 can't build our daemon tests. The fix is in 2.30.2.
This commit is contained in:
Sergei Zimmerman 2025-08-11 20:35:09 +03:00
parent b2fb421386
commit 9d033733f2
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.30.2/install"
github_token:
description: "Github token"
required: true