mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Fix #12295
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:
parent
64a38992da
commit
7f7ca3810b
4 changed files with 11 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue