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,
nativeBuildInputs,
pkgs,
postgresql_15,
...
}: let
src = ./.;
@@ -15,5 +16,7 @@ in
cargoLock.lockFile = ./Cargo.lock;
buildInputs = [ postgresql_15 ];
doCheck = true;
}