forked from lix-project/hydra
Quick hack to fix compilation
This commit is contained in:
parent
90f03158f3
commit
e5f6fc2e4e
|
@ -444,7 +444,7 @@ void State::buildRemote(ref<Store> destStore,
|
|||
to << cmdExportPaths << 0;
|
||||
writeStorePaths(*localStore, to, outputs);
|
||||
to.flush();
|
||||
destStore->importPaths(from, result.accessor, NoCheckSigs);
|
||||
destStore->importPaths(from, /* result.accessor, */ NoCheckSigs);
|
||||
|
||||
/* Release the tokens pertaining to NAR
|
||||
compression. After this we only have the uncompressed
|
||||
|
|
Loading…
Reference in a new issue