Skip to content

Commit

Permalink
fix nix-build '<nixpkgs/nixos>' -A config.system.build.manual
Browse files Browse the repository at this point in the history
I did run this command accidentally (I really wanted manual.manualHTML),
but attribute was really missing.
  • Loading branch information
danbst committed Dec 15, 2019
1 parent 6c5aae7 commit 729bfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/lib/make-options-doc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ let
'';

in {
inherit optionsNix;
inherit optionsNix optionsXML;

optionsAsciiDoc = lib.concatStringsSep "\n" (lib.mapAttrsToList singleAsciiDoc optionsNix);

Expand Down

0 comments on commit 729bfbf

Please sign in to comment.