Fix building the manual

This commit is contained in:
Eelco Dolstra 2013-01-21 23:49:55 +01:00
parent f2c2b7ace9
commit 7ecde297c9

View File

@ -142,7 +142,10 @@ let
pkgs = import <nixpkgs> {};
options =
(import lib/eval-config.nix {
modules = [ { fileSystems = []; } ];
modules = [
{ fileSystems = [];
boot.loader.grub.device = "/dev/sda";
} ];
}).options;
revision = toString nixosSrc.rev;
}).manual;