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