{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.cargo pkgs.rust-analyzer pkgs.rustc pkgs.rustfmt pkgs.clippy ]; }