mirror of
https://github.com/NixOS/nix
synced 2025-06-30 15:48:00 +02:00
Fix #1921
This commit is contained in:
parent
4fd28bee89
commit
d34fa2bcc3
3 changed files with 14 additions and 4 deletions
|
@ -3687,7 +3687,7 @@ void SubstitutionGoal::tryNext()
|
|||
only after we've downloaded the path. */
|
||||
if (worker.store.requireSigs
|
||||
&& !sub->isTrusted
|
||||
&& !info->checkSignatures(worker.store, worker.store.publicKeys))
|
||||
&& !info->checkSignatures(worker.store, worker.store.getPublicKeys()))
|
||||
{
|
||||
printError("warning: substituter '%s' does not have a valid signature for path '%s'",
|
||||
sub->getUri(), storePath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue