* Fix evaluation of the manual.
svn path=/nixos/branches/boot-order/; revision=22392
This commit is contained in:
parent
6c6710b85a
commit
2e5387ac49
@ -111,7 +111,7 @@ let
|
|||||||
options =
|
options =
|
||||||
(import lib/eval-config.nix {
|
(import lib/eval-config.nix {
|
||||||
inherit nixpkgs;
|
inherit nixpkgs;
|
||||||
modules = [ ];
|
modules = [ { fileSystems = []; } ];
|
||||||
}).options;
|
}).options;
|
||||||
revision = with nixosSrc;
|
revision = with nixosSrc;
|
||||||
if rev == 1234 then "HEAD" else toString rev;
|
if rev == 1234 then "HEAD" else toString rev;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user