pnpm: fix overrides

callPackage was effectively called twice which broke overrides

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-07-31 11:52:00 +02:00
parent 2920bc8d9f
commit 9f70e5272f
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -11697,7 +11697,7 @@ with pkgs;
pngquant = callPackage ../tools/graphics/pngquant { };
inherit (callPackages ../development/tools/pnpm { })
inherit (callPackage ../development/tools/pnpm { })
pnpm_8 pnpm_9;
pnpm = pnpm_9;