chore(maestro): track the maestro flake from main
CI / lint (push) Successful in 35s
CI / eval (push) Successful in 2m14s

The nix branch landed, so the ?ref pin is no longer needed.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Miguel Palhas
2026-08-22 11:03:07 +01:00
parent d932409986
commit fb01826479
2 changed files with 6 additions and 8 deletions
+1 -2
View File
@@ -72,8 +72,7 @@
agent-skills.url = "git+https://git.naps.pt/yolo/agent-skills.git";
# Terminal-session orchestrator. Pins its own nixpkgs for the same reason
# ethui and agent-of-empires do — it is a verified Rust build.
# TODO: drop ?ref=nix once that branch lands on main.
maestro.url = "git+https://git.naps.pt/naps62/maestro.git?ref=nix";
maestro.url = "git+https://git.naps.pt/naps62/maestro.git";
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";