test: add test nixosSearch
This checks that creating module docs for search.nixos.org succceeds. Errors can happen when complex `default` values can't be evaluated or on malformed Docbook XML in descriptions.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# This flake just mirrors input `nixos-search`.
|
||||
# Because `nixos-search` is a dev-only dependency, we don't add
|
||||
# it to the main flake.
|
||||
{
|
||||
inputs.nixos-search.url = "github:nixos/nixos-search";
|
||||
outputs = { self, nixos-search }: {
|
||||
inherit (nixos-search) packages;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user