Add hermes
Check Flake / check-flake (push) Successful in 7m12s

This commit is contained in:
2026-06-03 13:21:22 -07:00
parent 87082709e0
commit d5f1caab65
9 changed files with 306 additions and 1 deletions
+13
View File
@@ -81,6 +81,19 @@
flake-utils.follows = "flake-utils";
};
};
# Hermes agent (Nous Research)
hermes-agent = {
url = "github:NousResearch/hermes-agent";
inputs = {
nixpkgs.follows = "nixpkgs";
# Collapse duplicate copies of pyproject-nix and uv2nix that the
# hermes-agent flake otherwise pulls in at multiple revs.
pyproject-build-systems.inputs.pyproject-nix.follows = "hermes-agent/pyproject-nix";
pyproject-build-systems.inputs.uv2nix.follows = "hermes-agent/uv2nix";
uv2nix.inputs.pyproject-nix.follows = "hermes-agent/pyproject-nix";
};
};
};
outputs = { self, nixpkgs, ... }@inputs: