stylix: add generated all-maintainers file (#1654)
Link: https://github.com/nix-community/stylix/pull/1654 Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk> Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk> Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
e4cc192b26
commit
f826d3214b
7 changed files with 284 additions and 5 deletions
|
|
@ -12,6 +12,18 @@
|
|||
|
||||
settings.hooks = {
|
||||
# keep-sorted start block=yes
|
||||
all-maintainers = {
|
||||
enable = true;
|
||||
entry = config.apps.all-maintainers.program;
|
||||
files = "^(${
|
||||
builtins.concatStringsSep "|" [
|
||||
''flake\.lock''
|
||||
''generated\/all-maintainers.nix''
|
||||
''modules\/.*\/meta\.nix''
|
||||
''stylix\/maintainers\.nix''
|
||||
]
|
||||
})$";
|
||||
};
|
||||
deadnix = {
|
||||
enable = true;
|
||||
settings.noLambdaPatternNames = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue