esphome: use esptool_3
This commit is contained in:
parent
df6b943ad0
commit
10492770b2
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, python3
|
||||
, fetchFromGitHub
|
||||
, platformio
|
||||
, esptool
|
||||
, esptool_3
|
||||
, git
|
||||
}:
|
||||
|
||||
|
@ -66,7 +66,7 @@ with python.pkgs; buildPythonApplication rec {
|
|||
# platformio is used in esphomeyaml/platformio_api.py
|
||||
# esptool is used in esphomeyaml/__main__.py
|
||||
# git is used in esphomeyaml/writer.py
|
||||
"--prefix PATH : ${lib.makeBinPath [ platformio esptool git ]}"
|
||||
"--prefix PATH : ${lib.makeBinPath [ platformio esptool_3 git ]}"
|
||||
"--set ESPHOME_USE_SUBPROCESS ''"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue