pnpm.fetchDeps: add fetcherVersion to passthru
This way we should be able to write tooling to automatically upgrade this version in the future. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
a8c9a2aa3e
commit
bc888e4649
@ -139,6 +139,7 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
inherit fetcherVersion;
|
||||||
serve = callPackage ./serve.nix {
|
serve = callPackage ./serve.nix {
|
||||||
pnpm = args.pnpm or pnpm';
|
pnpm = args.pnpm or pnpm';
|
||||||
pnpmDeps = finalAttrs.finalPackage;
|
pnpmDeps = finalAttrs.finalPackage;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user