mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-08-07 00:53:52 +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.20.0-unstable-2026-08-05.652ebc58";
|
|
pinRev = "652ebc58995d7dc351f5246e2c6646bea24bd17a";
|
|
pinHash = "sha256-xRPsCwbr6Hheh4MrkcpP1cL5D2RUgRB8j6W8CGjL5ho=";
|
|
}
|