1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
This commit is contained in:
Arnout Engelen 2025-06-13 05:04:17 +00:00 committed by GitHub
commit 57b789d786
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,9 +61,7 @@ struct CmdCopySigs : StorePathsCommand
/* Don't import signatures that don't match this
binary. */
if (info->narHash != info2->narHash ||
info->narSize != info2->narSize ||
info->references != info2->references)
if (info->narHash != info2->narHash)
continue;
for (auto & sig : info2->sigs)