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