{ pkgs ? import { } }: pkgs.mkShell { buildInputs = with pkgs; [ rustc cargo rls rustfmt # keep this line if you use bash bashInteractive ]; }