mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-10 08:32:09 +00:00
fix(nix): refresh dashboard lockfile hash
Update the web npm deps hash in nix/web.nix to match the committed apps/dashboard/package-lock.json so bb/gui passes the nix lockfile check.
This commit is contained in:
parent
96968c9932
commit
820d25c5bf
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let
|
|||
npmDeps = pkgs.fetchNpmDeps {
|
||||
inherit src;
|
||||
npmRoot = "dashboard";
|
||||
hash = "sha256-HWB1piIPglTXbzQHXFYHLgVZIbDb60esupXSQGa1+lI=";
|
||||
hash = "sha256-jJsVp3Dz+6/GaruxcUSby+G1vVB+nHHlu1tFWE9wQZQ=";
|
||||
};
|
||||
|
||||
npm = hermesNpmLib.mkNpmPassthru { folder = "apps/dashboard"; attr = "web"; pname = "hermes-web"; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue