{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ picotool gcc gnumake rustup ]; }