mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 12:41:00 +01:00
Recursive build error.... *2
This commit is contained in:
parent
65ba1f3008
commit
0ee803935e
12 changed files with 97 additions and 56 deletions
|
|
@ -430,6 +430,8 @@ static void opRegisterValidity(Strings opFlags, Strings opArgs)
|
|||
|
||||
ValidPathInfos infos;
|
||||
|
||||
printMsg(lvlError, format("opRegisterValidity!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"));
|
||||
|
||||
while (1) {
|
||||
ValidPathInfo info = decodeValidPathInfo(cin);
|
||||
if (info.path == "") break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue