{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ rustc cargo iconv ]; }