nixos/doc/manual: remove non-matching optionsXML inherit

This commit is contained in:
pennae 2021-11-18 20:26:12 +01:00
parent 4670400309
commit c533b01863

View File

@ -161,7 +161,7 @@ let
in rec {
inherit generatedSources;
inherit (optionsDoc) optionsJSON optionsXML optionsDocBook;
inherit (optionsDoc) optionsJSON optionsDocBook;
# Generate the NixOS manual.
manualHTML = runCommand "nixos-manual-html"