mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Solve template deduction problem
We had to predeclare our template functions
This commit is contained in:
parent
6c66331d5c
commit
0739d428e0
2 changed files with 14 additions and 4 deletions
|
@ -327,7 +327,7 @@ static void performOp(TunnelLogger * logger, ref<Store> store,
|
|||
logger->startWork();
|
||||
auto outputs = store->queryDerivationOutputMap(path);
|
||||
logger->stopWork();
|
||||
write(*store, to, outputs);
|
||||
nix::worker_proto::write(*store, to, outputs);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue