This commit is contained in:
nora 2025-03-02 14:40:54 +01:00
parent fbc926acea
commit 5f616975dc
2 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
{ pkgs }: pkgs.mkShell {
buildInputs = with pkgs; [ openssl zlib ];
buildInputs = with pkgs; [ openssl zlib libpq ];
nativeBuildInputs = with pkgs; [ pkg-config cmake ];
}