let pkgs = import { }; in pkgs.mkShell { buildInputs = with pkgs; [ git nodejs gcc tree-sitter ]; }