diff --git a/pkgs/top-level/config.nix b/pkgs/top-level/config.nix index 1de93a9f3fd..42053ce95de 100644 --- a/pkgs/top-level/config.nix +++ b/pkgs/top-level/config.nix @@ -135,7 +135,7 @@ let checkMeta = mkOption { type = types.bool; default = false; - description = '' + description = lib.mdDoc '' Whether to check that the `meta` attribute of derivations are correct during evaluation time. ''; };