1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Inline outputsSubstitutionTried

This commit is contained in:
John Ericson 2025-02-01 18:33:58 -05:00
parent 53946fe017
commit 41274f3c3e
2 changed files with 0 additions and 6 deletions

View file

@ -270,12 +270,7 @@ Goal::Co DerivationGoal::haveDerivation()
}
if (!waitees.empty()) co_await Suspend{}; /* to prevent hang (no wake-up event) */
co_return outputsSubstitutionTried();
}
Goal::Co DerivationGoal::outputsSubstitutionTried()
{
trace("all outputs substituted (maybe)");
assert(!drv->type().isImpure());

View file

@ -236,7 +236,6 @@ struct DerivationGoal : public Goal
Co getDerivation();
Co loadDerivation();
Co haveDerivation();
Co outputsSubstitutionTried();
Co gaveUpOnSubstitution();
Co closureRepaired();
Co inputsRealised();