{ pkgs ? import {}, ... }: pkgs.mkShell { # TODO add more dependencies buildInputs = [ pkgs.tree-sitter ]; }