mirror of
https://github.com/NixOS/nix
synced 2025-06-27 21:01:16 +02:00
Simplify the namespace
This commit is contained in:
parent
0739d428e0
commit
8b175f58d1
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ static void performOp(TunnelLogger * logger, ref<Store> store,
|
|||
logger->startWork();
|
||||
auto outputs = store->queryDerivationOutputMap(path);
|
||||
logger->stopWork();
|
||||
nix::worker_proto::write(*store, to, outputs);
|
||||
worker_proto::write(*store, to, outputs);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue