Merge pull request #277509 from Stunkymonkey/esphome-2023-12.5

esphome: improve error message
This commit is contained in:
Martin Weinelt 2023-12-29 11:52:47 +01:00 committed by GitHub
commit 73365029fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,7 @@ python.pkgs.buildPythonApplication rec {
# esptool is used in esphomeyaml/__main__.py
# git is used in esphomeyaml/writer.py
"--prefix PATH : ${lib.makeBinPath [ platformio esptool git ]}"
"--prefix PYTHONPATH : $PYTHONPATH" # will show better error messages
"--set ESPHOME_USE_SUBPROCESS ''"
];