nixos/*: automatically convert option docs
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user