nixos/*: automatically convert option docs

This commit is contained in:
pennae
2022-08-15 07:16:25 +02:00
committed by pennae
parent 7e7d68a250
commit 6039648c50
89 changed files with 425 additions and 425 deletions

View File

@@ -126,10 +126,10 @@ in {
psycopg2
];
'';
description = ''
description = lib.mdDoc ''
List of packages to add to propagatedBuildInputs.
A popular example is <literal>python3Packages.psycopg2</literal>
A popular example is `python3Packages.psycopg2`
for PostgreSQL support in the recorder component.
'';
};