mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Inline outputsSubstitutionTried
This commit is contained in:
parent
53946fe017
commit
41274f3c3e
2 changed files with 0 additions and 6 deletions
|
@ -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());
|
||||
|
|
|
@ -236,7 +236,6 @@ struct DerivationGoal : public Goal
|
|||
Co getDerivation();
|
||||
Co loadDerivation();
|
||||
Co haveDerivation();
|
||||
Co outputsSubstitutionTried();
|
||||
Co gaveUpOnSubstitution();
|
||||
Co closureRepaired();
|
||||
Co inputsRealised();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue