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
However, for Rust projects with multiple crates (such as https://github.com/juspay/superposition), we'll need to modify our API in some way to support building them, and pick a few as flake outputs (superposition outputs a single crate called superposition).
rust-flake
currently supports only Rust projects that have a single top-level crate. https://github.com/srid/nixci is a good example, which already usesrust-flake
.However, for Rust projects with multiple crates (such as https://github.com/juspay/superposition), we'll need to modify our API in some way to support building them, and pick a few as flake outputs (superposition outputs a single crate called
superposition
).Concretely, change this module sufficiently so that we can use it in https://github.com/juspay/superposition. Superposition currently uses
crane
directly. The idea is to supplant itsrust.nix
by usingrust-flake
, just as nixci does.The text was updated successfully, but these errors were encountered: