Explorar o código

nixpkgs/neovim: fix tsc wrapper

Thomas Dy hai 1 ano
pai
achega
aeda8b56df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .config/nixpkgs/neovim/neovim.nix

+ 1 - 1
.config/nixpkgs/neovim/neovim.nix

@@ -47,7 +47,7 @@ let
     if [ -x "./node_modules/.bin/tsc" ]; then
       exec ./node_modules/.bin/tsc "$@"
     else
-      exec ${node-lsp}/lib/node_modules/node-lsp/node_modules/.bin/tsc "$@"
+      exec ${node-lsp}/lib/node_modules/.bin/tsc "$@"
     fi
   '';