svn path=/nixos/branches/boot-order/; revision=22395

This commit is contained in:
Eelco Dolstra 2010-06-23 10:41:37 +00:00
parent 2e5387ac49
commit 1f97de224f

View file

@ -113,8 +113,8 @@ let
inherit nixpkgs;
modules = [ { fileSystems = []; } ];
}).options;
revision = with nixosSrc;
if rev == 1234 then "HEAD" else toString rev;
revision =
if nixosSrc.rev == 1234 then "HEAD" else toString nixosSrc.rev;
};