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