diff options
| author | Brian Cully <bjc@spork.org> | 2025-08-22 11:43:48 -0400 |
|---|---|---|
| committer | Brian Cully <bjc@spork.org> | 2025-08-22 11:43:48 -0400 |
| commit | 4f7bbbf4ee269ef6638c69fc5982b0dfe4b8b947 (patch) | |
| tree | 3ea8a46baa3122771cfddcecb021fea24912ef06 /shell.nix | |
| parent | 40352318ad887ad0bab7c9a3d22695bbcbe9f738 (diff) | |
| download | automathon-4f7bbbf4ee269ef6638c69fc5982b0dfe4b8b947.tar.gz automathon-4f7bbbf4ee269ef6638c69fc5982b0dfe4b8b947.zip | |
add javascript lsp to shell.nix
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"; } |
