mirrexagon / nixpkgs-esp-dev

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

Allow using on other systems (eg. macOS) #33

Closed mirrexagon closed 4 months ago

mirrexagon commented 7 months ago

Currently we assume Linux x86_64 and hardcode getting the binaries for that platform. It should be possible to expand that to all the systems that Espressif provides toolchain binaries for.

See #31

mirrexagon commented 4 months ago

Support added in #38