Commit f9ba3027 authored by pennae's avatar pennae
Browse files

pkgs/config: add missing mdDoc

parent e42a5c78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
      '';
    };