mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
Factor out a new DesugaredEnv from DerivationBuildingGoal
Now we have better separation of the core logic --- an integral part of the store layer spec even --- from the goal mechanism and other minutiae. Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
This commit is contained in:
parent
c2782d7b84
commit
53c31c8b29
8 changed files with 158 additions and 90 deletions
|
|
@ -266,6 +266,7 @@ sources = files(
|
|||
'build-result.cc',
|
||||
'build/derivation-building-goal.cc',
|
||||
'build/derivation-check.cc',
|
||||
'build/derivation-env-desugar.cc',
|
||||
'build/derivation-goal.cc',
|
||||
'build/derivation-trampoline-goal.cc',
|
||||
'build/drv-output-substitution-goal.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue