* Fix evaluation of the manual.

svn path=/nixos/branches/boot-order/; revision=22392
This commit is contained in:
Eelco Dolstra 2010-06-23 09:59:26 +00:00
parent 6c6710b85a
commit 2e5387ac49

View File

@ -111,7 +111,7 @@ let
options =
(import lib/eval-config.nix {
inherit nixpkgs;
modules = [ ];
modules = [ { fileSystems = []; } ];
}).options;
revision = with nixosSrc;
if rev == 1234 then "HEAD" else toString rev;