Simplify the namespace

This commit is contained in:
Carlo Nucera 2020-08-05 17:57:07 -04:00
parent 0739d428e0
commit 8b175f58d1

View file

@ -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;
}