mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-08 03:26:08 +03:00
nixos/*: automatically convert option docs
This commit is contained in:
parent
7e7d68a250
commit
6039648c50
89 changed files with 425 additions and 425 deletions
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue