update-flake-lock icon indicating copy to clipboard operation
update-flake-lock copied to clipboard

support updating multiple flake directories simultaneously

Open DavHau opened this issue 1 year ago • 0 comments

Description

This is useful for monorepos containing multiple flakes. For example it might be desired for a nixpkgs update to happen on all sub-flakes at the same time.

Added a new option flake-dirs allowing to specify multiple flake directories to be updated simultaneously via a single PR.

Checklist
  • [ ] Tested functionality against a test repository (see "How to test changes")
  • [x] Added or updated relevant documentation (leave unchecked if not applicable)

I did not use the test repo, but this PRs revision is already in use on the dream2nix repo

DavHau avatar Mar 07 '24 06:03 DavHau