Remove redundant lib.mdDoc

This commit is contained in:
Robert Hensing 2022-11-11 07:39:25 +01:00
parent 6b87695050
commit d8f05073ae
9 changed files with 14 additions and 14 deletions

View file

@ -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`.
'';
};