Closed srid closed 1 month 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
After doing this, make sure that multi-crate detection automatically wires clippy and doc
clippy
doc
Like haskell-flake: https://flake.parts/options/haskell-flake#opt-perSystem.haskellProjects._name_.autoWire
But for rust-flake, so we can do:
Ref: https://github.com/hercules-ci/flake-parts/issues/114