mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-08-07 00:53:52 +00:00
test: nightly build, pull latest hash and test
This commit is contained in:
parent
f64b73730e
commit
0c5c5425a0
1 changed files with 8 additions and 0 deletions
8
nightly.nix
Normal file
8
nightly.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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.3.0-unstable-2026-03-22";
|
||||
pinRev = "43bca6d107c86efc7e60a4a35ca8a55e1b4b4c1e";
|
||||
pinHash = "sha256-cd9jDrphEwjJqNLR3FNrg/xze2sFWhIzmvWLYa2CV5E=";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue