pkgs/config: add missing mdDoc
pennae 2 years ago f9ba3027 e42a5c78
··· 135 135 checkMeta = mkOption { 136 136 type = types.bool; 137 137 default = false; 138 138 - description = '' 138 138 + description = lib.mdDoc '' 139 139 Whether to check that the `meta` attribute of derivations are correct during evaluation time. 140 140 ''; 141 141 };