javascript-typescript-langserver: remove broken symlinks

This commit is contained in:
Piotr Kwiecinski
2025-04-03 18:09:03 +02:00
parent 667e1644a7
commit 0a07e91eaa
@@ -17,6 +17,10 @@ buildNpmPackage rec {
npmDepsHash = "sha256-nHGTi1aH9YY01dzBeNyUEUEswrdjZPWaoycDVZZmIAA=";
postInstall = ''
find $out/lib/node_modules -xtype l -delete
'';
meta = {
description = "JavaScript and TypeScript code intelligence through the Language Server Protocol";
homepage = "https://github.com/sourcegraph/javascript-typescript-langserver";