Loading pkgs/development/tools/pnpm/fetch-deps/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ yq ]; impureEnvVars = lib.fetchers.proxyImpureEnvVars; impureEnvVars = lib.fetchers.proxyImpureEnvVars ++ [ "NIX_NPM_REGISTRY" ]; installPhase = '' runHook preInstall Loading @@ -82,6 +82,7 @@ --ignore-scripts \ ${lib.escapeShellArgs filterFlags} \ ${lib.escapeShellArgs pnpmInstallFlags} \ --registry="$NIX_NPM_REGISTRY" \ --frozen-lockfile runHook postInstall Loading Loading
pkgs/development/tools/pnpm/fetch-deps/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ yq ]; impureEnvVars = lib.fetchers.proxyImpureEnvVars; impureEnvVars = lib.fetchers.proxyImpureEnvVars ++ [ "NIX_NPM_REGISTRY" ]; installPhase = '' runHook preInstall Loading @@ -82,6 +82,7 @@ --ignore-scripts \ ${lib.escapeShellArgs filterFlags} \ ${lib.escapeShellArgs pnpmInstallFlags} \ --registry="$NIX_NPM_REGISTRY" \ --frozen-lockfile runHook postInstall Loading