esptool_3: enable on Darwin

Flashed an esp32 with it via esphome
This commit is contained in:
Atemu 2023-05-21 11:33:05 +02:00
parent 48a0fb7aab
commit 262ee41eff

View file

@ -68,6 +68,6 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/espressif/esptool";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ hexa ];
platforms = platforms.linux;
platforms = with platforms; linux ++ darwin;
};
}