We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e5bd2 commit 1061a09Copy full SHA for 1061a09
flake.nix
@@ -369,6 +369,7 @@
369
"nix-expr-tests" = { };
370
371
"nix-flake" = { };
372
+ "nix-flake-c" = { };
373
"nix-flake-tests" = { };
374
375
"nix-main" = { };
src/libflake-c/meson.build
@@ -37,6 +37,7 @@ include_dirs = [include_directories('.')]
37
38
headers = files(
39
'nix_api_flake.h',
40
+ 'nix_api_flake_internal.hh',
41
)
42
43
# TODO move this header to libexpr, maybe don't use it in tests?
0 commit comments