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