We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54fa31b + 2c1b82a commit e7cb139Copy full SHA for e7cb139
pkgs/by-name/n8/n8n/package.nix
@@ -73,6 +73,9 @@ stdenv.mkDerivation (finalAttrs: {
73
pnpm --ignore-scripts prune --prod
74
find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} +
75
rm -rf node_modules/.pnpm/{typescript*,prettier*}
76
+ shopt -s globstar
77
+ # https://github.com/pnpm/pnpm/issues/3645
78
+ find node_modules packages/**/node_modules -xtype l -delete
79
80
echo "Removed non-deterministic and unnecessary files"
81
'';
0 commit comments