Skip to content

Commit 440a0f6

Browse files
committed
build(nix): fixing the kilobase cargo build.
1 parent e5b7293 commit 440a0f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/ext/kilobase.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ buildPgrxExtension_0_15_0 rec {
2424

2525
# Cargo.toml path if not at root
2626
cargoRoot = "apps/kbve/kilobase";
27+
28+
# Build only the kilobase package
29+
cargoBuildFlags = [ "--package" "kilobase" ];
2730

2831
nativeBuildInputs = [ cargo ];
2932
buildInputs = [ postgresql ];

0 commit comments

Comments
 (0)