{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ go gopls goimports # keep this line if you use bash pkgs.bashInteractive ]; }