1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 16:29:36 +01:00

Restore the hash mismatch activity

This commit is contained in:
Eelco Dolstra 2025-05-18 13:10:08 +02:00
parent f50117ba4c
commit 136cc106e7
3 changed files with 9 additions and 3 deletions

View file

@ -2709,14 +2709,12 @@ SingleDrvOutputs DerivationBuilderImpl::registerOutputs()
store.printStorePath(drvPath),
wanted.to_string(HashFormat::SRI, true),
got.to_string(HashFormat::SRI, true)));
#if 0 // FIXME
act->result(resHashMismatch,
{
{"storePath", store.printStorePath(drvPath)},
{"wanted", wanted},
{"got", got},
});
#endif
}
if (!newInfo0.references.empty()) {
auto numViolations = newInfo.references.size();