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