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