mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
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 {
|
in rec {
|
||||||
inherit generatedSources;
|
inherit generatedSources;
|
||||||
|
|
||||||
inherit (optionsDoc) optionsJSON optionsXML optionsDocBook;
|
inherit (optionsDoc) optionsJSON optionsDocBook;
|
||||||
|
|
||||||
# Generate the NixOS manual.
|
# Generate the NixOS manual.
|
||||||
manualHTML = runCommand "nixos-manual-html"
|
manualHTML = runCommand "nixos-manual-html"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue