mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-09-21 05:54:18 +00:00
8 lines
349 B
Nix
8 lines
349 B
Nix
# Nightly: HEAD of NousResearch/hermes-agent main branch.
|
|
# Auto-updated by scripts/update-nightly.sh — do not edit manually.
|
|
{ pkgs }:
|
|
pkgs.callPackage ./package.nix {
|
|
pinVersion = "0.21.2-unstable-2026-09-12.044a77b3";
|
|
pinRev = "044a77b3b6af4ce16138d42762f812a20b9f7a89";
|
|
pinHash = "sha256-oBvZbC7fqRk8OWlbUA1SQfco8odC+vcNXyMjmbVPKsE=";
|
|
}
|