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