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-14 19:27:18 +02:00
parent a8c9a2aa3e
commit bc888e4649
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -139,6 +139,7 @@ in
'';
passthru = {
inherit fetcherVersion;
serve = callPackage ./serve.nix {
pnpm = args.pnpm or pnpm';
pnpmDeps = finalAttrs.finalPackage;