diff options
| -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"; }; }; |
