mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nixos/netdata: remove old lib.mdDoc calls
This commit is contained in:
parent
c1429c606f
commit
f058c122ee
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ in {
|
||||||
recommendedPythonPackages = mkOption {
|
recommendedPythonPackages = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = lib.mdDoc ''
|
description = ''
|
||||||
Whether to enable a set of recommended Python plugins
|
Whether to enable a set of recommended Python plugins
|
||||||
by installing extra Python packages.
|
by installing extra Python packages.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue