Is there a way to create separate PRs for each input being updated, instead of a PR including the updates of multiple inputs?
It could query locks.nodes.root.inputs in nix flake metadata --json, and then just individually update/create a PR for each one, perhaps?
Is there a way to create separate PRs for each input being updated, instead of a PR including the updates of multiple inputs?
It could query
locks.nodes.root.inputsinnix flake metadata --json, and then just individually update/create a PR for each one, perhaps?