Platonic-Systems / Platonic-Systems/process-compose-flake
Add `autoWire`
Nobody has claimed this yet.
- Dominant language
- Nix
- Stars
- 205
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Similar to https://flake.parts/options/haskell-flake.html#opt-perSystem.haskellProjects._name_.autoWire
Add a way to disable auto wiring of flake outputs (packages), so the user can wire them manually.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the referenced flake-parts autoWire option and the repository's flake module entry points; the issue does not name specific files or tests. Determine where flake outputs are automatically wired and define the behavior for disabling that wiring. Done means users can opt out of automatic package wiring while retaining manual wiring of flake outputs.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100