fix(pg-migration): postgres build inputs
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
cargoToml,
|
cargoToml,
|
||||||
nativeBuildInputs,
|
nativeBuildInputs,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
postgresql_15,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
src = ./.;
|
src = ./.;
|
||||||
@@ -15,5 +16,7 @@ in
|
|||||||
|
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
|
|
||||||
|
buildInputs = [ postgresql_15 ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user