Fix building the manual
This commit is contained in:
parent
f2c2b7ace9
commit
7ecde297c9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user