pnpm.fetchDeps: allow overriding the hash using .override

This commit is contained in:
Michael Hoang
2025-05-17 11:33:56 +10:00
parent adaa24fbf4
commit a8b3c34d4e
@@ -11,7 +11,7 @@
}:
{
fetchDeps =
fetchDeps = lib.makeOverridable (
{
hash ? "",
pname,
@@ -120,7 +120,8 @@
}
// hash'
)
);
)
);
configHook = makeSetupHook {
name = "pnpm-config-hook";