{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ rustc rls cargo cargo-watch lua5_3 rustfmt pkg-config bashInteractive ]; }