mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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;
|
||||
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…
Add table
Add a link
Reference in a new issue