Remove redundant lib.mdDoc
This commit is contained in:
parent
6b87695050
commit
d8f05073ae
9 changed files with 14 additions and 14 deletions
|
|
@ -27,13 +27,13 @@ let
|
|||
type = mkOption {
|
||||
type = lib.types.enum [ "app" ];
|
||||
default = "app";
|
||||
description = lib.mdDoc ''
|
||||
description = ''
|
||||
A type tag for `apps` consumers.
|
||||
'';
|
||||
};
|
||||
program = mkOption {
|
||||
type = programType;
|
||||
description = lib.mdDoc ''
|
||||
description = ''
|
||||
A path to an executable or a derivation with `meta.mainProgram`.
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue