Skip to content

Commit 1061a09

Browse files
committed
nix-flake-c: Add missing bits
1 parent 05e5bd2 commit 1061a09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@
369369
"nix-expr-tests" = { };
370370

371371
"nix-flake" = { };
372+
"nix-flake-c" = { };
372373
"nix-flake-tests" = { };
373374

374375
"nix-main" = { };

src/libflake-c/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ include_dirs = [include_directories('.')]
3737

3838
headers = files(
3939
'nix_api_flake.h',
40+
'nix_api_flake_internal.hh',
4041
)
4142

4243
# TODO move this header to libexpr, maybe don't use it in tests?

0 commit comments

Comments
 (0)