Unverified Commit 65e7bdea authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

pnpm.fetchDeps: fix overriding pnpm version for backwards compatibility

parent fd07006f
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -80,10 +80,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
          "pnpm.fetchDeps: The package attribute is deprecated. Use the top-level fetchPnpmDeps attribute instead"
          (
            { ... }@args:
            fetchPnpmDeps args
            fetchPnpmDeps (
              args
              // {
                pnpm = pnpm';
              }
            )
          );
      configHook =
        lib.warn