fix: fixed building of flake
This commit is contained in:
parent
fa33b55144
commit
581e1e08be
2 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
'';
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue