diff options
| author | Mel <mel@rnrd.eu> | 2026-06-16 20:50:58 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-06-16 20:54:07 +0200 |
| commit | 3c736fab4e673f99b58ec71b11690b12396985bb (patch) | |
| tree | 093bc3b187adc17e15794f77c400aa305ad4624f /flake.nix | |
| parent | 03f0fd06c17f5d58993b146ccc9109f9344e7218 (diff) | |
| download | network-3c736fab4e673f99b58ec71b11690b12396985bb.tar.zst network-3c736fab4e673f99b58ec71b11690b12396985bb.zip | |
Add tools, user to agent, clean-up flake input
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 6ba03f3..c52d5d8 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,10 @@ flake = false; }; - hermes-agent.url = "github:NousResearch/hermes-agent"; + hermes-agent = { + url = "github:NousResearch/hermes-agent"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + }; }; outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, home-manager, agenix, ... }: |
