about summary refs log tree commit diff
path: root/nixos/modules/services/misc/nixos-manual.nix
diff options
context:
space:
mode:
authorobadz <obadz-git@obadz.com>2016-08-28 13:33:13 +0100
committerobadz <obadz-git@obadz.com>2016-08-28 13:33:13 +0100
commitc7142c1aa3ea15909656d767046de188d1e81ac9 (patch)
tree174b3a9a4fda3fd6340be4fd33f2e969d0b6af79 /nixos/modules/services/misc/nixos-manual.nix
parent6eb40148742de9010f2f7f6eec26df15f54e9afc (diff)
parente01e92f12f5e768e5bd5ef84a969b978fb501186 (diff)
Merge branch 'master' into staging
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 a60d5f7983bca..306ee346523d6 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 =