Skip to content

Commit bd520f2

Browse files
committed
build(nix): updating the kilobase double flag issue.
1 parent 14d711f commit bd520f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/kilobase.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ buildPgrxExtension_0_15_0 rec {
2121
# Build from workspace root (with Rust 1.85 we support edition 2024)
2222
cargoRoot = ".";
2323

24-
# Build only kilobase package
25-
cargoBuildFlags = [ "--package" "kilobase" ];
24+
# Build only kilobase package - but don't use --package flag as buildAndTestSubdir handles it
25+
cargoBuildFlags = [ ];
2626

2727
nativeBuildInputs = [ ];
2828
buildInputs = [ postgresql ];

0 commit comments

Comments
 (0)