1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

nix-flake-c: Add missing bits

This commit is contained in:
Robert Hensing 2025-03-27 19:40:46 +00:00
parent 05e5bd2140
commit 1061a0965a
2 changed files with 2 additions and 0 deletions

View file

@ -369,6 +369,7 @@
"nix-expr-tests" = { }; "nix-expr-tests" = { };
"nix-flake" = { }; "nix-flake" = { };
"nix-flake-c" = { };
"nix-flake-tests" = { }; "nix-flake-tests" = { };
"nix-main" = { }; "nix-main" = { };

View file

@ -37,6 +37,7 @@ include_dirs = [include_directories('.')]
headers = files( headers = files(
'nix_api_flake.h', 'nix_api_flake.h',
'nix_api_flake_internal.hh',
) )
# TODO move this header to libexpr, maybe don't use it in tests? # TODO move this header to libexpr, maybe don't use it in tests?