There was an error while loading. Please reload this page.
1 parent e5b7293 commit 440a0f6Copy full SHA for 440a0f6
nix/ext/kilobase.nix
@@ -24,6 +24,9 @@ buildPgrxExtension_0_15_0 rec {
24
25
# Cargo.toml path if not at root
26
cargoRoot = "apps/kbve/kilobase";
27
+
28
+ # Build only the kilobase package
29
+ cargoBuildFlags = [ "--package" "kilobase" ];
30
31
nativeBuildInputs = [ cargo ];
32
buildInputs = [ postgresql ];
0 commit comments