1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00
We were simply passing in the wrong path. This went uncaught because the
TODO about deduplication hasn't happened yet.
This commit is contained in:
John Ericson 2025-01-22 16:15:49 -05:00
parent 64a38992da
commit 7f7ca3810b
4 changed files with 11 additions and 1 deletions

View file

@ -2565,7 +2565,7 @@ SingleDrvOutputs LocalDerivationGoal::registerOutputs()
case FileIngestionMethod::Git: {
return git::dumpHash(
outputHash.hashAlgo,
{getFSSourceAccessor(), CanonPath(tmpDir + "/tmp")}).hash;
{getFSSourceAccessor(), CanonPath(actualPath)}).hash;
}
}
assert(false);