mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 15:02:42 +01:00
Move DerivationBuilder to its own file/header
The building logic is now free of the scheduling logic! (The interface between them is just what is in the new header. This makes it much easier to audit, and shrink over time.)
This commit is contained in:
parent
6c2a7fdc49
commit
9792d6bbd9
9 changed files with 142 additions and 6798 deletions
|
|
@ -1,5 +1,6 @@
|
|||
sources += files(
|
||||
'build/child.cc',
|
||||
'build/derivation-builder.cc',
|
||||
'build/hook-instance.cc',
|
||||
'build/local-derivation-goal.cc',
|
||||
'pathlocks.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue