libsqlite

This commit is contained in:
nora 2025-06-08 11:16:02 +02:00
parent 517a142927
commit 7c7c88a631

View file

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