mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/*: mark pre-existing markdown descriptions as mdDoc
This commit is contained in:
parent
b51f8036c2
commit
7e7d68a250
70 changed files with 96 additions and 96 deletions
|
@ -46,7 +46,7 @@ in
|
|||
type = types.package;
|
||||
default = pkgs.sudo;
|
||||
defaultText = literalExpression "pkgs.sudo";
|
||||
description = ''
|
||||
description = lib.mdDoc ''
|
||||
Which package to use for `sudo`.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue