Building ESP32 Toolchain in NixOS (Crosstool-NG)
Roosembert Palacios <[email protected]>
| Newsgroups | gmane.comp.gcc.cross-compiling |
|---|---|
| Message-ID | <[email protected]> |
Hello, I'm packaging Espressif's ESP32 toolchain on nixos (WIP: https://gitlab.com/roosemberth/dotfiles/blob/master/nixos-config/pkgs/esp32-toolchain/default.nix) due to it's nature, all inputs must be made explicit in the package definition. However, it seems ct-ng downloads some libraries when building. Nixos packages build in an isolated sandbox with access only to the declared sources and package dependencies. Is there a way to list and provide such requirements? Bests, Roosembert Palacios