nix copy: Parallelise
This commit is contained in:
parent
b2ce6fde5a
commit
91539d305f
4 changed files with 61 additions and 22 deletions
|
|
@ -1,4 +1,3 @@
|
|||
#include "affinity.hh" // FIXME
|
||||
#include "command.hh"
|
||||
#include "progress-bar.hh"
|
||||
#include "shared.hh"
|
||||
|
|
@ -31,8 +30,6 @@ struct CmdCopySigs : StorePathsCommand
|
|||
|
||||
void run(ref<Store> store, Paths storePaths) override
|
||||
{
|
||||
restoreAffinity(); // FIXME
|
||||
|
||||
if (substituterUris.empty())
|
||||
throw UsageError("you must specify at least one substituter using ‘-s’");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue