You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to introduce flakes to our embedded systems projects, and Fenix seemed like a nice lightweight solution, especially for someone new in the nix ecosystem like me.
I tried to introduce flakes to our embedded systems projects, and Fenix seemed like a nice lightweight solution, especially for someone new in the nix ecosystem like me.
Seems like this would be the correct flake code:
Which does get me to the compiling stage, but unfortunately it errors out later with
However, the only package for that platform for crosscompiling is
rust-std
- which doesn't cover our needs (we'd needrust-src
).How difficult would it be to add support for this, and possibly other embedded development platforms?
The text was updated successfully, but these errors were encountered: