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.20.6-unstable-2026-08-28.a9e72f1b";
|
|
pinRev = "a9e72f1b5843467b7cabd4d361b8088832912afe";
|
|
pinHash = "sha256-yhMy8fhEC2SM1v+i30ISu/lhIFpVgi8IE9/I0HloDPM=";
|
|
}
|