mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-09-21 14:04:20 +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.3-unstable-2026-09-21.3917c7dd";
|
|
pinRev = "3917c7dd6af472a9a2e61e543f94dd48238daa56";
|
|
pinHash = "sha256-5wolhqWAeqG9MaUt9qIMWtO+h8yLKC4kYct+jyRSxiY=";
|
|
}
|