nixos/netdata: remove old lib.mdDoc calls

This commit is contained in:
Wout Mertens 2024-04-16 08:09:52 +02:00 committed by Raito Bezarius
parent c1429c606f
commit f058c122ee

View File

@ -92,7 +92,7 @@ in {
recommendedPythonPackages = mkOption {
type = types.bool;
default = false;
description = lib.mdDoc ''
description = ''
Whether to enable a set of recommended Python plugins
by installing extra Python packages.
'';