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