mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
Merge branch 'ca-floating-upstream' of github.com:obsidiansystems/nix into ca-floating-upstream
This commit is contained in:
commit
02e0001fc0
1 changed files with 1 additions and 2 deletions
|
@ -1477,8 +1477,7 @@ void DerivationGoal::inputsRealised()
|
||||||
});
|
});
|
||||||
|
|
||||||
auto resolvedGoal = worker.makeDerivationGoal(
|
auto resolvedGoal = worker.makeDerivationGoal(
|
||||||
pathResolved, wantedOutputs,
|
pathResolved, wantedOutputs, buildMode);
|
||||||
buildMode == bmRepair ? bmRepair : bmNormal);
|
|
||||||
addWaitee(resolvedGoal);
|
addWaitee(resolvedGoal);
|
||||||
|
|
||||||
state = &DerivationGoal::resolvedFinished;
|
state = &DerivationGoal::resolvedFinished;
|
||||||
|
|
Loading…
Reference in a new issue