summary refs log tree commit diff
path: root/nixos/modules/services/misc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-27 11:08:26 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-08-27 11:08:50 +0200
commit005f78e7393b16fa0cbe53b329dad8cf2b071202 (patch)
tree386877f964230333e9ad733b6d2e1bbc2b6b4869 /nixos/modules/services/misc
parent4061c18c9878ca4b97a0e97debd5c533fc1422ff (diff)
downloadnixlib-005f78e7393b16fa0cbe53b329dad8cf2b071202.tar
nixlib-005f78e7393b16fa0cbe53b329dad8cf2b071202.tar.gz
nixlib-005f78e7393b16fa0cbe53b329dad8cf2b071202.tar.bz2
nixlib-005f78e7393b16fa0cbe53b329dad8cf2b071202.tar.lz
nixlib-005f78e7393b16fa0cbe53b329dad8cf2b071202.tar.xz
nixlib-005f78e7393b16fa0cbe53b329dad8cf2b071202.tar.zst
nixlib-005f78e7393b16fa0cbe53b329dad8cf2b071202.zip
Fix opening NixOS manual
http://hydra.nixos.org/build/13760576
Diffstat (limited to 'nixos/modules/services/misc')
-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 808c5dcbdc6f..c0d7885280a5 100644
--- a/nixos/modules/services/misc/nixos-manual.nix
+++ b/nixos/modules/services/misc/nixos-manual.nix
@@ -28,7 +28,7 @@ let
     options = eval.options;
   };
 
-  entry = "${manual.manual}/share/doc/nixos/manual.html";
+  entry = "${manual.manual}/share/doc/nixos/index.html";
 
   help = pkgs.writeScriptBin "nixos-help"
     ''