1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 04:30:59 +01:00

Add new C API for working with derivations

Also test the APIs we just added.
This commit is contained in:
John Ericson 2025-09-02 11:20:51 -04:00
parent 1a69fc6ab5
commit 9bc218ca3f
13 changed files with 270 additions and 47 deletions

View file

@ -34,6 +34,7 @@ sources = files(
'derived-path.cc',
'outputs-spec.cc',
'path.cc',
'test-main.cc',
)
subdir('include/nix/store/tests')