1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 22:01:15 +02:00

Merge branch 'test-RemoteStore-buildDerivation' of https://github.com/obsidiansystems/nix

This commit is contained in:
Eelco Dolstra 2020-08-17 10:53:18 +02:00
commit 3c619f6290
3 changed files with 30 additions and 7 deletions

View file

@ -688,7 +688,7 @@ static void performOp(TunnelLogger * logger, ref<Store> store,
auto path = store->parseStorePath(readString(from));
logger->startWork();
logger->stopWork();
dumpPath(store->printStorePath(path), to);
dumpPath(store->toRealPath(path), to);
break;
}