* 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 =
|
||||
(import lib/eval-config.nix {
|
||||
inherit nixpkgs;
|
||||
modules = [ ];
|
||||
modules = [ { fileSystems = []; } ];
|
||||
}).options;
|
||||
revision = with nixosSrc;
|
||||
if rev == 1234 then "HEAD" else toString rev;
|
||||
|
Loading…
Reference in New Issue
Block a user