mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
nixos/*: literalDocBook -> literalMD
no change to rendered output
This commit is contained in:
parent
169072fb60
commit
51a11254a7
31 changed files with 48 additions and 47 deletions
|
@ -20,7 +20,7 @@ let
|
|||
mkDefault
|
||||
literalExpression
|
||||
isAttrs
|
||||
literalDocBook
|
||||
literalMD
|
||||
maintainers
|
||||
catAttrs
|
||||
collect
|
||||
|
@ -165,7 +165,7 @@ in
|
|||
mkOption {
|
||||
type = port;
|
||||
default = dbPorts.${cfg.database.type};
|
||||
defaultText = literalDocBook "default port of selected database";
|
||||
defaultText = literalMD "default port of selected database";
|
||||
description = lib.mdDoc ''
|
||||
Port of the database to connect to.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue