{ pkgs ? import {}}: pkgs.mkShell { packages = [ pkgs.go pkgs.gopls pkgs.gotools ]; }