From 421e09fc7351012f8f8feb1d3db556668cfa77ac Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Wed, 19 Mar 2025 20:29:50 +0100 Subject: [PATCH] doc: format Nix code in Maintainers section according to our formatter (#1024) Fixes: e43eb4e2a7df ("stylix: init module maintainers framework (#977)") --- docs/src/modules.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/src/modules.md b/docs/src/modules.md index af3e0f8d..c49684d2 100644 --- a/docs/src/modules.md +++ b/docs/src/modules.md @@ -135,7 +135,10 @@ number of maintainers: - ```nix { lib, ... }: { - maintainers = with lib.maintainers; [ danth naho ]; + maintainers = with lib.maintainers; [ + danth + naho + ]; } ```