mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
BinaryCacheStore::queryPathInfo: Don't check signatures
Other stores don't do this either. It's up to the caller to check signatures.
This commit is contained in:
parent
95d20dfde9
commit
f6aee2f477
2 changed files with 1 additions and 10 deletions
|
@ -16,7 +16,6 @@ class BinaryCacheStore : public Store
|
|||
private:
|
||||
|
||||
std::unique_ptr<SecretKey> secretKey;
|
||||
std::unique_ptr<PublicKeys> publicKeys;
|
||||
|
||||
std::shared_ptr<Store> localStore;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue