mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
svn path=/nixos/branches/boot-order/; revision=22395
This commit is contained in:
parent
2e5387ac49
commit
1f97de224f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue