From fb0182647998a4d533c4a07178d418a601f40849 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Sat, 22 Aug 2026 11:03:07 +0100 Subject: [PATCH] chore(maestro): track the maestro flake from main The nix branch landed, so the ?ref pin is no longer needed. Co-Authored-By: Claude Opus 5 (1M context) --- flake.lock | 11 +++++------ flake.nix | 3 +-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index c2f863c..83e4cad 100644 --- a/flake.lock +++ b/flake.lock @@ -753,16 +753,15 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1787392420, - "narHash": "sha256-oe527mGQibglnODuZk/u1WKInMGF6/hc6YPATNOGgOs=", - "ref": "nix", - "rev": "401afbc8125b1a17b339559e1f93d967269cd25c", - "revCount": 206, + "lastModified": 1787392581, + "narHash": "sha256-8S3IVtvYjLbAfK7w+RELpLFnaJOEOSCy44LjDeJUJpI=", + "ref": "refs/heads/main", + "rev": "c5d7a6bf805ee06cdcd9b3c276f6c2681bfdd2de", + "revCount": 211, "type": "git", "url": "https://git.naps.pt/naps62/maestro.git" }, "original": { - "ref": "nix", "type": "git", "url": "https://git.naps.pt/naps62/maestro.git" } diff --git a/flake.nix b/flake.nix index b2bcdfa..69a53eb 100644 --- a/flake.nix +++ b/flake.nix @@ -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";