From c6f85a29072a5d91505058dc6aee11a63afc3a04 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 19 Aug 2026 10:08:48 -0400 Subject: flake: point agentd input at github:bsima/agentd --- flake.lock | 18 +++++++++--------- flake.nix | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index e903fc1..80a948a 100644 --- a/flake.lock +++ b/flake.lock @@ -7,17 +7,17 @@ ] }, "locked": { - "lastModified": 1780590006, - "narHash": "sha256-Lq0SEdwHZ1POfHemmGUx9uiI325LHRl5ern//ipO68I=", - "ref": "refs/heads/t-1067", - "rev": "18516b65e28f409ac750b6d79dab5eff9940ee8c", - "revCount": 71, - "type": "git", - "url": "file:///home/ben/src/bsima/agentd" + "lastModified": 1785292758, + "narHash": "sha256-GwsZmHT10J/wEMQfcAijsKG3TiU41y7gMqP/rJUOeBc=", + "owner": "bsima", + "repo": "agentd", + "rev": "a9baf886eb21fa0c3cfe1538507f58939769776a", + "type": "github" }, "original": { - "type": "git", - "url": "file:///home/ben/src/bsima/agentd" + "owner": "bsima", + "repo": "agentd", + "type": "github" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index a45dfa7..d1e7109 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; agentd = { - url = "git+file:///home/ben/src/bsima/agentd"; + url = "github:bsima/agentd"; inputs.nixpkgs.follows = "nixpkgs"; }; }; -- cgit v1.2.3