summary refs log tree commit diff
path: root/nixos/modules/misc/lib.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/misc/lib.nix')
-rw-r--r--nixos/modules/misc/lib.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/misc/lib.nix b/nixos/modules/misc/lib.nix
index 121f396701e..f97e9209e2f 100644
--- a/nixos/modules/misc/lib.nix
+++ b/nixos/modules/misc/lib.nix
@@ -7,7 +7,7 @@
 
       type = lib.types.attrsOf lib.types.attrs;
 
-      description = ''
+      description = lib.mdDoc ''
         This option allows modules to define helper functions, constants, etc.
       '';
     };