diff options
| author | Dyego Aurélio <dyegoaurelio@gmail.com> | 2026-01-22 18:37:56 -0300 |
|---|---|---|
| committer | Dyego Aurélio <dyegoaurelio@gmail.com> | 2026-01-22 18:37:56 -0300 |
| commit | 28096cc5e3d8334fbe1845925f000f8c8c5e0aac (patch) | |
| tree | 61f5faf7b1ae800320e9a2d9f5bb46bf16b22f97 /modules | |
| parent | ci/nixf-diagnose: ignore prelude rules (diff) | |
| download | nixpkgs-28096cc5e3d8334fbe1845925f000f8c8c5e0aac.tar.gz | |
treewide: apply nixfmt 1.2.0
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/generic/meta-maintainers.nix | 2 |
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. |
