pkgs/config: add missing mdDoc

pennae f9ba3027 e42a5c78

Changed files
+1 -1
pkgs
top-level
+1 -1
pkgs/top-level/config.nix
···
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.
'';
};