mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-15 21:41:09 +01:00
all-maintainers: regenerate with latest changes
Should remove maintainers that existed, but weren't assigned to modules. Will add maintainers that we missed during last refactoring. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
412c545bb6
commit
7d9e3c35f0
2 changed files with 343 additions and 564 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -94,7 +94,7 @@ let
|
||||||
|
|
||||||
filteredInfo = lib.filterAttrs (k: v: !lib.hasPrefix "_" k) info;
|
filteredInfo = lib.filterAttrs (k: v: !lib.hasPrefix "_" k) info;
|
||||||
in
|
in
|
||||||
" # ${source}\n ${quotedName} = ${
|
" ${quotedName} = ${
|
||||||
lib.generators.toPretty {
|
lib.generators.toPretty {
|
||||||
multiline = true;
|
multiline = true;
|
||||||
indent = " ";
|
indent = " ";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue