mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
Split DerivationGoal in two
This separation of concerns is generally good, but in particular sets up for removing `addWantedOutputs` next.
This commit is contained in:
parent
d1295448e0
commit
3b617e471b
10 changed files with 157 additions and 1589 deletions
|
|
@ -254,6 +254,7 @@ sources = files(
|
|||
'binary-cache-store.cc',
|
||||
'build-result.cc',
|
||||
'build/derivation-goal.cc',
|
||||
'build/derivation-building-goal.cc',
|
||||
'build/drv-output-substitution-goal.cc',
|
||||
'build/entry-points.cc',
|
||||
'build/goal.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue