{ pkgs ? import {} }: pkgs.mkShellNoCC { packages = with pkgs; [ gnumake python3 typescript-language-server ]; TMPDIR = "/tmp"; # lsp needs it }