svn path=/nixos/branches/boot-order/; revision=22395
This commit is contained in:
parent
2e5387ac49
commit
1f97de224f
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user