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:
pennae
2022-09-01 19:44:36 +02:00
committed by pennae
parent 767485a0de
commit d98322834b
14 changed files with 73 additions and 75 deletions

View File

@@ -101,7 +101,7 @@ let
todosrht
]);
mkOptionNullOrStr = description: mkOption {
inherit description;
description = lib.mdDoc description;
type = with types; nullOr str;
default = null;
};