{ pkgs ? (import ) { }, lib ? pkgs.lib }: pkgs.mkShell { buildInputs = with pkgs; [ cargo rustc rustfmt ]; }