flake/dev/generate-all-maintainers: init

Used to generate a full maintainers.nix file that can be used for RFC39
invites. We will use these invites to support requesting reviews from
maintainers.
This commit is contained in:
Austin Horstman 2025-07-03 09:56:32 -05:00
parent 95f129ca65
commit 056cd86cc0
5 changed files with 328 additions and 0 deletions

View file

@ -51,6 +51,7 @@
packages = lib.optionalAttrs (partitionStack == [ ]) {
# Propagate `packages` from the `dev` partition:
inherit (config.partitions.dev.module.flake.packages.${system})
generate-all-maintainers
list-plugins
;
};