about summary refs log tree commit diff
path: root/nixos/modules/services/misc/nixos-manual.nix
diff options
context:
space:
mode:
authorEric Sagnes <eric.sagnes@gmail.com>2016-04-27 21:29:33 +0900
committerEric Sagnes <eric.sagnes@gmail.com>2016-08-11 00:24:41 +0900
commit898435d16e14e18e73e00f4618e6e88bedb91399 (patch)
tree65db53f5e34a9d948302a6a92a1b142fa219b4a0 /nixos/modules/services/misc/nixos-manual.nix
parent38f322f2cfa3f9be1d41a45f1125250e7fc559aa (diff)
downloadnixlib-898435d16e14e18e73e00f4618e6e88bedb91399.tar
nixlib-898435d16e14e18e73e00f4618e6e88bedb91399.tar.gz
nixlib-898435d16e14e18e73e00f4618e6e88bedb91399.tar.bz2
nixlib-898435d16e14e18e73e00f4618e6e88bedb91399.tar.lz
nixlib-898435d16e14e18e73e00f4618e6e88bedb91399.tar.xz
nixlib-898435d16e14e18e73e00f4618e6e88bedb91399.tar.zst
nixlib-898435d16e14e18e73e00f4618e6e88bedb91399.zip
manual: automatically generate modules entries
Diffstat (limited to 'nixos/modules/services/misc/nixos-manual.nix')
-rw-r--r--nixos/modules/services/misc/nixos-manual.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/nixos-manual.nix b/nixos/modules/services/misc/nixos-manual.nix
index a60d5f7983bc..306ee346523d 100644
--- a/nixos/modules/services/misc/nixos-manual.nix
+++ b/nixos/modules/services/misc/nixos-manual.nix
@@ -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 =