mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
manual: automatically generate modules entries
This commit is contained in:
parent
38f322f2cf
commit
898435d16e
4 changed files with 14 additions and 9 deletions
|
@ -17,7 +17,7 @@ let
|
|||
Caveat: even if the package is reached by a different means,
|
||||
the path above will be shown and not e.g. `${config.services.foo.package}`. */
|
||||
manual = import ../../../doc/manual {
|
||||
inherit pkgs;
|
||||
inherit pkgs config;
|
||||
version = config.system.nixosRelease;
|
||||
revision = "release-${config.system.nixosRelease}";
|
||||
options =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue