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 /flake.nix | |
| parent | fe04ad47c9abf843cb6f64176981325a5b05f074 (diff) | |
flake: point agentd input at github:bsima/agentd
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; }; }; |
