Unverified Commit 0d144d9d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #233193 from Atemu/esptool-darwin

esptool_3: enable on Darwin
parents 815f8e55 262ee41e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}