From 4f7bbbf4ee269ef6638c69fc5982b0dfe4b8b947 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Fri, 22 Aug 2025 11:43:48 -0400 Subject: add javascript lsp to shell.nix --- shell.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index ab0fd32..e09e996 100644 --- a/shell.nix +++ b/shell.nix @@ -13,9 +13,13 @@ pkgs.mkShellNoCC { # another, wildly different, registry. nodePackages.npm + typescript-language-server + vscode-langservers-extracted + # for http.server python3 ]; + TMPDIR = "/tmp"; # javascript lsp needs it CARGO_HOME = "/data/bjc/cargo"; } -- cgit v1.3