Release 0.3.1: excludeAutoImport option for mkFlake
Add excludeAutoImport option to mkFlake for meta-projects that wrap sub-input modules.
Fixes duplicate option declaration errors in projects like horizon-flake-parts that define wrapper modules around their sub-inputs.
Backwards-compatible: second arg accepts either a path or { dir = ./nix; excludeAutoImport = [...]; }.