libsqlite

This commit is contained in:
nora 2025-06-08 11:16:02 +02:00
parent 0c0ffec33a
commit 571f0fb488

View file

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