mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
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.)
10 lines
202 B
Meson
10 lines
202 B
Meson
sources += files(
|
|
'build/child.cc',
|
|
'build/derivation-builder.cc',
|
|
'build/hook-instance.cc',
|
|
'build/local-derivation-goal.cc',
|
|
'pathlocks.cc',
|
|
'user-lock.cc',
|
|
)
|
|
|
|
subdir('include/nix/store')
|