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

Granular auto-wiring #23

Closed
srid opened this issue Sep 3, 2024 · 1 comment · Fixed by #24
Closed

Granular auto-wiring #23

srid opened this issue Sep 3, 2024 · 1 comment · Fixed by #24
Labels
enhancement New feature or request

Comments

@srid
Copy link
Member

srid commented Sep 3, 2024

Like haskell-flake: https://flake.parts/options/haskell-flake#opt-perSystem.haskellProjects._name_.autoWire

But for rust-flake, so we can do:

autoWire = ["clippy" "doc"]; # All but the package itself

Ref: hercules-ci/flake-parts#114

@srid srid added the enhancement New feature or request label Sep 3, 2024
srid added a commit to juspay/omnix that referenced this issue Sep 3, 2024
Also removes the nix-health package.

Manual impl until juspay/rust-flake#23
@srid
Copy link
Member Author

srid commented Sep 3, 2024

After doing this, make sure that multi-crate detection automatically wires clippy and doc

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