diff --git a/default.nix b/default.nix index 14e2219a4..cf295fa6f 100644 --- a/default.nix +++ b/default.nix @@ -18,7 +18,7 @@ in with unstable; rustPlatform.buildRustPackage rec { src = ./.; cargoSha256 = "0a0634v22wazmyym05x4ricqkxwn4r3spv6s2f3ilma65cy6qyrf"; - buildInputs = [ openssl pkgconfig ]; + buildInputs = [ openssl pkgconfig postgresql.lib ]; inherit doCheck;