{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ elf2uf2-rs gcc gnumake probe-rs rustup ]; }