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

@@ -183,8 +183,8 @@ in
pruneNames = mkOption {
type = listOf str;
default = lib.optionals (!isFindutils) [ ".bzr" ".cache" ".git" ".hg" ".svn" ];
defaultText = literalDocBook ''
<literal>[ ".bzr" ".cache" ".git" ".hg" ".svn" ]</literal>, if
defaultText = literalMD ''
`[ ".bzr" ".cache" ".git" ".hg" ".svn" ]`, if
supported by the locate implementation (i.e. mlocate or plocate).
'';
description = lib.mdDoc ''