diff options
| author | Ben Sima <ben@bensima.com> | 2026-08-19 10:08:48 -0400 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2026-08-19 10:08:48 -0400 |
| commit | c6f85a29072a5d91505058dc6aee11a63afc3a04 (patch) | |
| tree | 535389cb6fb821e50d69507b960ce014fdf7e7f9 | |
| parent | fe04ad47c9abf843cb6f64176981325a5b05f074 (diff) | |
flake: point agentd input at github:bsima/agentd
| -rw-r--r-- | flake.lock | 18 | ||||
| -rw-r--r-- | flake.nix | 2 |
2 files changed, 10 insertions, 10 deletions
@@ -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": { @@ -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"; }; }; |
