mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Test RemoteStore::buildDerivation
Fix `wopNarFromPath` which needed a `toRealPath`.
This commit is contained in:
parent
5d67f18c86
commit
d2f2be0f70
3 changed files with 30 additions and 7 deletions
|
@ -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(store->printStorePath(path)), to);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue