{ pkgs ? import {}, ... }: pkgs.mkShell { buildInputs = [ pkgs.tree-sitter pkgs.elmPackages.elm-format ]; }