Loading pkgs/by-name/ba/bash-language-server/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { preInstall = '' # remove unnecessary files rm node_modules/.modules.yaml pnpm --ignore-scripts --prod prune CI=true pnpm --ignore-scripts --prod prune rm -r node_modules/.pnpm/@mixmark-io*/node_modules/@mixmark-io/domino/{test,.yarn} find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} + # https://github.com/pnpm/pnpm/issues/3645 Loading pkgs/by-name/em/emmet-language-server/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { # remove unnecessary and non-deterministic files preInstall = '' pnpm --ignore-scripts --prod prune CI=true pnpm --ignore-scripts --prod prune find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} + # https://github.com/pnpm/pnpm/issues/3645 find node_modules -xtype l -delete Loading pkgs/by-name/et/etherpad-lite/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: { preInstall = '' # remove unnecessary files rm node_modules/.modules.yaml pnpm prune --prod --ignore-scripts CI=true pnpm prune --prod --ignore-scripts find -type f \( -name "*.d.ts" -o -name "*.map" \) -exec rm -rf {} + # remove non-deterministic files Loading pkgs/by-name/fo/folo/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ stdenv.mkDerivation rec { cd ../.. # Remove dev dependencies. pnpm --ignore-scripts prune --prod CI=true pnpm --ignore-scripts prune --prod # Clean up broken symlinks left behind by `pnpm prune` find node_modules/.bin -xtype l -delete Loading pkgs/by-name/je/jellyseerr/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: { runHook preBuild pnpm build pnpm prune --prod --ignore-scripts CI=true pnpm prune --prod --ignore-scripts rm -rf .next/cache # Clean up broken symlinks left behind by `pnpm prune` Loading Loading
pkgs/by-name/ba/bash-language-server/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { preInstall = '' # remove unnecessary files rm node_modules/.modules.yaml pnpm --ignore-scripts --prod prune CI=true pnpm --ignore-scripts --prod prune rm -r node_modules/.pnpm/@mixmark-io*/node_modules/@mixmark-io/domino/{test,.yarn} find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} + # https://github.com/pnpm/pnpm/issues/3645 Loading
pkgs/by-name/em/emmet-language-server/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { # remove unnecessary and non-deterministic files preInstall = '' pnpm --ignore-scripts --prod prune CI=true pnpm --ignore-scripts --prod prune find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} + # https://github.com/pnpm/pnpm/issues/3645 find node_modules -xtype l -delete Loading
pkgs/by-name/et/etherpad-lite/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ stdenv.mkDerivation (finalAttrs: { preInstall = '' # remove unnecessary files rm node_modules/.modules.yaml pnpm prune --prod --ignore-scripts CI=true pnpm prune --prod --ignore-scripts find -type f \( -name "*.d.ts" -o -name "*.map" \) -exec rm -rf {} + # remove non-deterministic files Loading
pkgs/by-name/fo/folo/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ stdenv.mkDerivation rec { cd ../.. # Remove dev dependencies. pnpm --ignore-scripts prune --prod CI=true pnpm --ignore-scripts prune --prod # Clean up broken symlinks left behind by `pnpm prune` find node_modules/.bin -xtype l -delete Loading
pkgs/by-name/je/jellyseerr/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: { runHook preBuild pnpm build pnpm prune --prod --ignore-scripts CI=true pnpm prune --prod --ignore-scripts rm -rf .next/cache # Clean up broken symlinks left behind by `pnpm prune` Loading