Restore NoCheckSigs

https://github.com/NixOS/nixpkgs/pull/93945#issuecomment-668244478
This commit is contained in:
Eelco Dolstra 2020-08-04 10:53:06 +02:00
parent 858eb41fab
commit 77c33c1d71
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -482,7 +482,7 @@ void State::buildRemote(ref<Store> destStore,
extractNarData(tee, localStore->printStorePath(path), narMembers);
});
destStore->addToStore(info, *source2);
destStore->addToStore(info, *source2, NoRepair, NoCheckSigs);
}
auto now2 = std::chrono::steady_clock::now();