fix(nix): regenerate pnpmDeps hash for the vitest lockfile change

Adding vitest (#124) updated pnpm-lock.yaml (pulled in @standard-schema/spec
and other vitest deps) but the fixed-output pnpmDeps.hash in mkWebapp was
not regenerated, so the build reused the stale offline store and failed
with ERR_PNPM_NO_OFFLINE_TARBALL during `pnpm install --offline`. Rehash
so the deps FOD is refetched from the current lockfile.

Verified: `nix build .#chat` succeeds.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-06-18 14:50:36 +02:00
commit a7fd686cdd

View file

@ -39,7 +39,7 @@
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
inherit (finalAttrs) pnpm; inherit (finalAttrs) pnpm;
fetcherVersion = 3; fetcherVersion = 3;
hash = "sha256-FUN2lMHsaBTkk1tljDysYZAoQD+5MIBIEvGnRUWiF4s="; hash = "sha256-2azTpxT+zZqNYNbwC7mj187Tn68p4T0626NotPDGuSU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [