mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02: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
|
@ -284,6 +284,8 @@
|
|||
''^src/libstore/build/goal\.cc$''
|
||||
''^src/libstore/include/nix/store/build/goal\.hh$''
|
||||
''^src/libstore/unix/build/hook-instance\.cc$''
|
||||
''^src/libstore/unix/build/derivation-builder\.cc$''
|
||||
''^src/libstore/unix/include/nix/store/build/derivation-builder\.hh$''
|
||||
''^src/libstore/unix/build/local-derivation-goal\.cc$''
|
||||
''^src/libstore/unix/include/nix/store/build/local-derivation-goal\.hh$''
|
||||
''^src/libstore/build/substitution-goal\.cc$''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue