mirrexagon / nixpkgs-esp-dev

Nix flake and overlay for ESP8266 and ESP32 development.
Creative Commons Zero v1.0 Universal
144 stars 71 forks source link

"CMakeLists.txt not found" when running idf.py #48

Closed jonahbron closed 1 month ago

jonahbron commented 7 months ago

I'm running a develop shell directly from the flake ref as in the readme, but when I try to run an idf.py command, I get an error:

$ idf.py erase-flash
Executing action: erase-flash
CMakeLists.txt not found in project directory /home/jonah

Am I missing a step here? FWIW, that path is not a Git repo.

mksafavi commented 4 months ago

idf.py commands only work in an idf project directory.

mirrexagon commented 1 month ago

I expect this isn't a bug in this project, so I will close.