0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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