Unverified Commit aa1d9083 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

pnpm.fetchDeps: fix overriding pnpm version for backwards compatibility (#472669)

parents 9deafe27 65e7bdea
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