{ pkgs ? import {} }: with pkgs; mkShell { nativeBuildInputs = [ cargo rustc rustfmt libiconv pkgconfig ]; }