{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ arduino git arduino-cli picocom clang-tools ]; }