{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.go pkgs.gopls pkgs.gnumake pkgs.libiconv ]; }