mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
* Oops, fix breakage.
This commit is contained in:
parent
e771e59178
commit
287d0ef41c
1 changed files with 2 additions and 0 deletions
|
@ -317,6 +317,8 @@ static void queryInstSources(EvalState & state,
|
|||
else elem.setOutPath(*i);
|
||||
|
||||
elem.name = name;
|
||||
|
||||
elems.push_back(elem);
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue