0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

nixos/*: literalDocBook -> literalMD

no change to rendered output
This commit is contained in:
pennae 2022-08-20 22:27:20 +02:00 committed by pennae
parent 169072fb60
commit 51a11254a7
31 changed files with 48 additions and 47 deletions

View file

@ -128,9 +128,9 @@ in {
mpdCfg.credentials).passwordFile
else
null;
defaultText = literalDocBook ''
defaultText = literalMD ''
The first password file with read access configured for MPD when using a local instance,
otherwise <literal>null</literal>.
otherwise `null`.
'';
type = types.nullOr types.str;
description = lib.mdDoc ''