{ pkgs ? import {}}: pkgs.mkShell { buildInputs = with pkgs; [ go_1_19 gopls ]; }