{pkgs ? import {}}: pkgs.mkShell { buildInputs = [ pkgs.arduino-ide pkgs.python3 ]; shellHook = "arduino-ide"; }