about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-14 09:03:30 +0200
committerpennae <82953136+pennae@users.noreply.github.com>2022-08-19 22:40:58 +0200
commit7e7d68a250f75678451cd44f8c3d585bf750461e (patch)
treeed5d8dc84de9f9651eb331a34c41b1c5b2197ef7 /nixos/modules/system
parentb51f8036c2c4e887ce45372dc6b7a4c4a54a0ea0 (diff)
downloadnixlib-7e7d68a250f75678451cd44f8c3d585bf750461e.tar
nixlib-7e7d68a250f75678451cd44f8c3d585bf750461e.tar.gz
nixlib-7e7d68a250f75678451cd44f8c3d585bf750461e.tar.bz2
nixlib-7e7d68a250f75678451cd44f8c3d585bf750461e.tar.lz
nixlib-7e7d68a250f75678451cd44f8c3d585bf750461e.tar.xz
nixlib-7e7d68a250f75678451cd44f8c3d585bf750461e.tar.zst
nixlib-7e7d68a250f75678451cd44f8c3d585bf750461e.zip
nixos/*: mark pre-existing markdown descriptions as mdDoc
Diffstat (limited to 'nixos/modules/system')
-rw-r--r--nixos/modules/system/boot/kernel_config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/kernel_config.nix b/nixos/modules/system/boot/kernel_config.nix
index 448835c3e625..997c404be168 100644
--- a/nixos/modules/system/boot/kernel_config.nix
+++ b/nixos/modules/system/boot/kernel_config.nix
@@ -91,7 +91,7 @@ in
         USB? y
         DEBUG n
       '';
-      description = ''
+      description = lib.mdDoc ''
         The result of converting the structured kernel configuration in settings
         to an intermediate string that can be parsed by generate-config.pl to
         answer the kernel `make defconfig`.