simplify, computeFSClosure can take a set now

This commit is contained in:
John Ericson 2022-01-20 14:47:48 -05:00
parent ed1b532b74
commit e7a1ae87aa

View file

@ -86,8 +86,7 @@ static void copyClosureTo(std::timed_mutex & sendMutex, ref<Store> destStore,
bool useSubstitutes = false)
{
StorePathSet closure;
for (auto & path : paths)
destStore->computeFSClosure(path, closure);
destStore->computeFSClosure(paths, closure);
/* Send the "query valid paths" command with the "lock" option
enabled. This prevents a race where the remote host