Skip to content

Commit 3b3ffa0

Browse files
committed
chore(flake): pin hermes-agent to release tags
Signed-off-by: Martin Wimpress <code@wimpress.io>
1 parent 2a370fc commit 3b3ffa0

2 files changed

Lines changed: 27 additions & 65 deletions

File tree

flake.lock

Lines changed: 25 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
rust-overlay.inputs.nixpkgs.follows = "nixpkgs";
1919
flake-parts.url = "github:hercules-ci/flake-parts";
2020
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
21-
hermes-agent.url = "github:NousResearch/hermes-agent";
2221

22+
hermes-agent.url = "https://github.com/NousResearch/hermes-agent/archive/refs/tags/v2026.4.16.tar.gz";
23+
hermes-agent.inputs.nixpkgs.follows = "nixpkgs-unstable";
2324
llm-agents.url = "github:numtide/llm-agents.nix";
2425
llm-agents.inputs.nixpkgs.follows = "nixpkgs-unstable";
2526
llm-agents.inputs.treefmt-nix.follows = "direnv-instant/treefmt-nix";

0 commit comments

Comments
 (0)