Loading pkgs/development/tools/pnpm/fetch-deps/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ in pnpmWorkspaces ? [ ], prePnpmInstall ? "", pnpmInstallFlags ? [ ], fetcherVersion ? 1, fetcherVersion ? null, ... }@args: let Loading @@ -46,6 +46,10 @@ in "pnpm.fetchDeps: `pnpmWorkspace` is no longer supported, please migrate to `pnpmWorkspaces`." ) true; assert (lib.throwIf (fetcherVersion == null) "pnpm.fetchDeps: `fetcherVersion` is not set, see https://nixos.org/manual/nixpkgs/stable/#javascript-pnpm-fetcherVersion." ) true; stdenvNoCC.mkDerivation ( finalAttrs: ( Loading Loading
pkgs/development/tools/pnpm/fetch-deps/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ in pnpmWorkspaces ? [ ], prePnpmInstall ? "", pnpmInstallFlags ? [ ], fetcherVersion ? 1, fetcherVersion ? null, ... }@args: let Loading @@ -46,6 +46,10 @@ in "pnpm.fetchDeps: `pnpmWorkspace` is no longer supported, please migrate to `pnpmWorkspaces`." ) true; assert (lib.throwIf (fetcherVersion == null) "pnpm.fetchDeps: `fetcherVersion` is not set, see https://nixos.org/manual/nixpkgs/stable/#javascript-pnpm-fetcherVersion." ) true; stdenvNoCC.mkDerivation ( finalAttrs: ( Loading