{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ cmake cmakeCurses ninja python3 gcc-arm-embedded picotool clang-tools ]; }