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:
Sefa Eyeoglu
2025-07-15 15:09:17 +02:00
parent a8c9a2aa3e
commit bc888e4649
@@ -139,6 +139,7 @@ in
'';
passthru = {
inherit fetcherVersion;
serve = callPackage ./serve.nix {
pnpm = args.pnpm or pnpm';
pnpmDeps = finalAttrs.finalPackage;