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:
parent
05e5bd2140
commit
1061a0965a
2 changed files with 2 additions and 0 deletions
|
@ -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" = { };
|
||||||
|
|
|
@ -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?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue