From 496fd9b1d8247e67cc830bd4e49f479d464a1d8a Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 8 Mar 2025 12:06:09 -0500 Subject: infra: initial infra --- shell.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..8863b3e --- /dev/null +++ b/shell.nix @@ -0,0 +1,11 @@ +{ pkgs ? import {} }: + +pkgs.mkShellNoCC { + packages = with pkgs; [ + gnumake + python3 + typescript-language-server + ]; + + TMPDIR = "/tmp"; # lsp needs it +} -- cgit v1.2.3