pkgs/config: add missing mdDoc

This commit is contained in:
pennae 2023-06-10 17:57:37 +02:00
parent e42a5c78e7
commit f9ba30270e

View file

@ -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.
'';
};