From fa23725d3b96940e029acb0e5f4a53f424bd1eb2 Mon Sep 17 00:00:00 2001 From: Malix - Alix Brunet Date: Tue, 14 Jul 2026 13:36:34 +0200 Subject: [PATCH] options: mkOption docs update --- lib/options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/options.nix b/lib/options.nix index accbb56ff34a..6e5383fab455 100644 --- a/lib/options.nix +++ b/lib/options.nix @@ -90,12 +90,12 @@ rec { `defaultText` : Substitute for documenting the `default`, if evaluating the default value during documentation rendering is not possible. : Can be any nix value that evaluates. - : Usage with `lib.literalMD` or `lib.literalExpression` is supported + : Usage with `lib.literalMD`, `lib.literalExpression`, or `lib.literalCode` is supported `example` : Optional example value used in the manual. : Can be any nix value that evaluates. - : Usage with `lib.literalMD` or `lib.literalExpression` is supported + : Usage with `lib.literalMD`, `lib.literalExpression`, or `lib.literalCode` is supported `description` : Optional string describing the option. This is required if option documentation is generated.