nixos/doc/manual: remove non-matching optionsXML inherit
This commit is contained in:
parent
4670400309
commit
c533b01863
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue