nixos/*: md-"convert" empty descriptions

for some reason these are not picked up properly by nix-doc-munge, so
we'll do this instead.
This commit is contained in:
pennae
2022-08-29 16:57:18 +02:00
parent 9547123258
commit 515c4727fa
7 changed files with 17 additions and 17 deletions

View File

@@ -58,7 +58,7 @@ in
version = mkOption {
default = 2;
type = types.enum [ 0 1 2 3 4 ];
description = "";
description = lib.mdDoc "";
};
uboot = {