mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Fix manual generation
This commit is contained in:
parent
7cf0e0bda8
commit
89bd18b3af
4 changed files with 70 additions and 62 deletions
|
@ -19,7 +19,7 @@ let
|
|||
manual = import ../../../doc/manual {
|
||||
inherit pkgs;
|
||||
revision = config.system.nixosRevision;
|
||||
options = (fixMergeModules ([ versionModule ] ++ baseModules)
|
||||
options = (evalModules ([ versionModule ] ++ baseModules)
|
||||
(removeAttrs extraArgs ["config" "options"]) // {
|
||||
modules = [ ];
|
||||
}).options;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue