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.5-unstable-2026-08-24.ec44116d";
|
|
pinRev = "ec44116d596d798d6cb230825f1a635bc6dd38e9";
|
|
pinHash = "sha256-wzWr2FpthcFL3ZwwkpipirMq5dA0K/fJL0ptDLyfuck=";
|
|
}
|