summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDyego Aurélio <dyegoaurelio@gmail.com>2026-01-22 18:37:56 -0300
committerDyego Aurélio <dyegoaurelio@gmail.com>2026-01-22 18:37:56 -0300
commit28096cc5e3d8334fbe1845925f000f8c8c5e0aac (patch)
tree61f5faf7b1ae800320e9a2d9f5bb46bf16b22f97 /modules
parentci/nixf-diagnose: ignore prelude rules (diff)
downloadnixpkgs-28096cc5e3d8334fbe1845925f000f8c8c5e0aac.tar.gz
treewide: apply nixfmt 1.2.0
Diffstat (limited to 'modules')
-rw-r--r--modules/generic/meta-maintainers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/generic/meta-maintainers.nix b/modules/generic/meta-maintainers.nix
index fb66174cf621..f9e8a19aea82 100644
--- a/modules/generic/meta-maintainers.nix
+++ b/modules/generic/meta-maintainers.nix
@@ -46,7 +46,7 @@ in
maintainers = mkOption {
type = listOfMaintainers;
default = [ ];
- example = lib.literalExpression ''[ lib.maintainers.alice lib.maintainers.bob ]'';
+ example = lib.literalExpression "[ lib.maintainers.alice lib.maintainers.bob ]";
description = ''
List of maintainers of each module.
This option should be defined at most once per module.