juspay / rust-flake

A simple flake module for Rust development, based on crane.
MIT License
17 stars 4 forks source link

Granular auto-wiring #23

Closed srid closed 1 month ago

srid commented 2 months ago

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: https://github.com/hercules-ci/flake-parts/issues/114

srid commented 2 months ago

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