svn path=/nixos/branches/boot-order/; revision=22395
This commit is contained in:
parent
2e5387ac49
commit
1f97de224f
@ -113,8 +113,8 @@ let
|
|||||||
inherit nixpkgs;
|
inherit nixpkgs;
|
||||||
modules = [ { fileSystems = []; } ];
|
modules = [ { fileSystems = []; } ];
|
||||||
}).options;
|
}).options;
|
||||||
revision = with nixosSrc;
|
revision =
|
||||||
if rev == 1234 then "HEAD" else toString rev;
|
if nixosSrc.rev == 1234 then "HEAD" else toString nixosSrc.rev;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user