fix: fixed building of flake

This commit is contained in:
Leyla Becker 2026-02-14 19:28:48 -06:00
parent fa33b55144
commit 581e1e08be
2 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ in
# fetchPnpmDeps creates the offline store
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-AiyDVGSxlfdqzuei0N0F3UOXlQVztxqyU7gBkZbUqOI=";
hash = "sha256-rN8P6g/Wuug+fv0rm/qbKN01NgcbpgEQmhDFe2X42uA=";
fetcherVersion = 3; # pnpm store version
};
@ -45,4 +45,4 @@ in
runHook postInstall
'';
})
})