mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
* Simplification: registerSubstitutes -> registerSubstitute. We no
longer need the former since there we no longer have the substitutes-rev table (which triggered a O(n^2) cost in updating them).
This commit is contained in:
parent
a9340fa672
commit
2a2756b856
4 changed files with 12 additions and 24 deletions
|
@ -887,7 +887,6 @@ bool DerivationGoal::prepareBuild()
|
|||
/* Add the relevant output closures of the input derivation
|
||||
`*i' as input paths. Only add the closures of output paths
|
||||
that are specified as inputs. */
|
||||
/* !!! is `*i' present? */
|
||||
assert(isValidPath(i->first));
|
||||
Derivation inDrv = derivationFromPath(i->first);
|
||||
for (StringSet::iterator j = i->second.begin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue