mirror of
https://github.com/NixOS/nix
synced 2025-06-26 07:31:15 +02:00
Untabify
This commit is contained in:
parent
ed78582847
commit
98b2cc2e6e
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ void copyStorePath(ref<Store> srcStore, ref<Store> dstStore,
|
||||||
});
|
});
|
||||||
srcStore->narFromPath({storePath}, wrapperSink);
|
srcStore->narFromPath({storePath}, wrapperSink);
|
||||||
}, [&]() {
|
}, [&]() {
|
||||||
throw EndOfFile("NAR for '%s' fetched from '%s' is incomplete", storePath, srcStore->getUri());
|
throw EndOfFile("NAR for '%s' fetched from '%s' is incomplete", storePath, srcStore->getUri());
|
||||||
});
|
});
|
||||||
|
|
||||||
dstStore->addToStore(*info, *source, repair, checkSigs);
|
dstStore->addToStore(*info, *source, repair, checkSigs);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue