nixos/*: automatically convert option docs

This commit is contained in:
pennae
2022-08-15 07:16:25 +02:00
committed by pennae
parent 7e7d68a250
commit 6039648c50
89 changed files with 425 additions and 425 deletions

View File

@@ -36,7 +36,7 @@ in
package = mkOption {
type = types.package;
example = literalExpression "pkgs.mariadb";
description = ''
description = lib.mdDoc ''
Which MySQL derivation to use. MariaDB packages are supported too.
'';
};