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 14d711f commit bd520f2Copy full SHA for bd520f2
nix/ext/kilobase.nix
@@ -21,8 +21,8 @@ buildPgrxExtension_0_15_0 rec {
21
# Build from workspace root (with Rust 1.85 we support edition 2024)
22
cargoRoot = ".";
23
24
- # Build only kilobase package
25
- cargoBuildFlags = [ "--package" "kilobase" ];
+ # Build only kilobase package - but don't use --package flag as buildAndTestSubdir handles it
+ cargoBuildFlags = [ ];
26
27
nativeBuildInputs = [ ];
28
buildInputs = [ postgresql ];
0 commit comments