Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-crate workspace support #5

Closed
srid opened this issue May 6, 2024 · 0 comments · Fixed by #11
Closed

Multi-crate workspace support #5

srid opened this issue May 6, 2024 · 0 comments · Fixed by #11
Assignees
Labels
enhancement New feature or request

Comments

@srid
Copy link
Member

srid commented May 6, 2024

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 uses rust-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 its rust.nix by using rust-flake, just as nixci does.

@srid srid added the enhancement New feature or request label May 6, 2024
@srid srid pinned this issue Jun 5, 2024
@srid srid self-assigned this Jul 12, 2024
@srid srid closed this as completed in #11 Jul 13, 2024
@srid srid unpinned this issue Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant