From a7fd686cdd77b41d283a57bd62c8d6596c84c504 Mon Sep 17 00:00:00 2001 From: Padreug Date: Thu, 18 Jun 2026 14:50:36 +0200 Subject: [PATCH] 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) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 14859ec..1fb7ba1 100644 --- a/flake.nix +++ b/flake.nix @@ -39,7 +39,7 @@ inherit (finalAttrs) pname version src; inherit (finalAttrs) pnpm; fetcherVersion = 3; - hash = "sha256-FUN2lMHsaBTkk1tljDysYZAoQD+5MIBIEvGnRUWiF4s="; + hash = "sha256-2azTpxT+zZqNYNbwC7mj187Tn68p4T0626NotPDGuSU="; }; nativeBuildInputs = [