summary refs log tree commit diff
path: root/nixos/modules/system/build.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/system/build.nix')
-rw-r--r--nixos/modules/system/build.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/build.nix b/nixos/modules/system/build.nix
index 58dc3f0d411..41c0258a5a3 100644
--- a/nixos/modules/system/build.nix
+++ b/nixos/modules/system/build.nix
@@ -7,7 +7,7 @@ in
 
     system.build = mkOption {
       default = {};
-      description = ''
+      description = lib.mdDoc ''
         Attribute set of derivations used to set up the system.
       '';
       type = types.submoduleWith {