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
When packaging things for NixOS, there is no rustup in the build environment and it cannot be simply added because it needs networking to properly function. Nixpkgs provides a rust compiler and cargo with crates prefetched in an earlier step and hashed.
It would make things a lot easier if no patching would be required to remove rustup and nightly requirements around here https://github.com/aya-rs/aya/blob/main/aya-build/src/lib.rs#L62 .
A build command constructed like the following works for us without any issues.