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:
@@ -58,7 +58,7 @@ in
|
||||
version = mkOption {
|
||||
default = 2;
|
||||
type = types.enum [ 0 1 2 3 4 ];
|
||||
description = "";
|
||||
description = lib.mdDoc "";
|
||||
};
|
||||
|
||||
uboot = {
|
||||
|
||||
Reference in New Issue
Block a user