3
0
Fork 0
forked from mirrors/nixpkgs

Fix opening NixOS manual

http://hydra.nixos.org/build/13760576
This commit is contained in:
Eelco Dolstra 2014-08-27 11:08:26 +02:00
parent 4061c18c98
commit 005f78e739

View file

@ -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"
''