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;
|
to << cmdExportPaths << 0;
|
||||||
writeStorePaths(*localStore, to, outputs);
|
writeStorePaths(*localStore, to, outputs);
|
||||||
to.flush();
|
to.flush();
|
||||||
destStore->importPaths(from, result.accessor, NoCheckSigs);
|
destStore->importPaths(from, /* result.accessor, */ NoCheckSigs);
|
||||||
|
|
||||||
/* Release the tokens pertaining to NAR
|
/* Release the tokens pertaining to NAR
|
||||||
compression. After this we only have the uncompressed
|
compression. After this we only have the uncompressed
|
||||||
|
|
Loading…
Reference in a new issue