Skip to content

Commit a0ed23e

Browse files
committed
chore: update flake for integration test dependencies
1 parent e4440d6 commit a0ed23e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
pkgs = nixpkgs.legacyPackages.${system};
1717
pythonEnv = pkgs.python3.withPackages (ps: with ps; [
1818
psycopg2-binary
19+
psycopg
1920
pyarrow
2021
]);
2122
buildInputs = with pkgs; [
2223
llvmPackages.libclang
24+
libpq
2325
];
2426
in
2527
{

0 commit comments

Comments
 (0)