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