nixos/*: fix docbook deprecation notices
mostly no rendering changes except in buildkite, which used markdown where docbook was expected without marking up its markdown.
This commit is contained in:
@@ -101,7 +101,7 @@ let
|
||||
todosrht
|
||||
]);
|
||||
mkOptionNullOrStr = description: mkOption {
|
||||
inherit description;
|
||||
description = lib.mdDoc description;
|
||||
type = with types; nullOr str;
|
||||
default = null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user