fix(pg-migration): postgres build inputs

This commit is contained in:
2025-02-16 17:03:59 +00:00
parent d02f559635
commit 3e790cd18a

View File

@@ -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;
} }