{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ pkgsCross.i686-embedded.buildPackages.gcc ]; }