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 8722c7a + 1ad46f7 commit d2f4dcbCopy full SHA for d2f4dcb
pkgs/by-name/st/stylelint-lsp/package.nix
@@ -44,6 +44,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
44
pnpm --ignore-scripts prune --prod
45
rm -rf node_modules/.pnpm/typescript*
46
find -type f \( -name "*.ts" -o -name "*.map" \) -exec rm -rf {} +
47
+ # https://github.com/pnpm/pnpm/issues/3645
48
+ find node_modules -xtype l -delete
49
'';
50
51
installPhase = ''
0 commit comments