mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
pnpm.fetchDeps: allow overriding the hash using .override
(#407784)
This commit is contained in:
commit
0d72d6d5e0
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
}:
|
||||
|
||||
{
|
||||
fetchDeps =
|
||||
fetchDeps = lib.makeOverridable (
|
||||
{
|
||||
hash ? "",
|
||||
pname,
|
||||
|
@ -120,7 +120,8 @@
|
|||
}
|
||||
// hash'
|
||||
)
|
||||
);
|
||||
)
|
||||
);
|
||||
|
||||
configHook = makeSetupHook {
|
||||
name = "pnpm-config-hook";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue