0
0
Fork 0
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:
Eric Sagnes 2016-04-27 21:29:33 +09:00
parent 38f322f2cf
commit 898435d16e
4 changed files with 14 additions and 9 deletions

View file

@ -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 =