mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-10-30 01:12:10 +01:00
treewide: remove usage of 'mdDoc'
This commit is contained in:
parent
e38838e7c3
commit
95b21fdcbe
11 changed files with 31 additions and 31 deletions
|
|
@ -8,7 +8,7 @@ in
|
|||
|
||||
OnFailureMail = mkOption {
|
||||
type = types.nullOr types.str;
|
||||
description = lib.mdDoc "Mail address where to send the error report";
|
||||
description = "Mail address where to send the error report";
|
||||
default = null;
|
||||
example = "alarm@mail.com";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue