From 7c7c88a631b945d6896caef5f8e08862970d8521 Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 8 Jun 2025 11:16:02 +0200 Subject: [PATCH] libsqlite --- shells/c-env.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/c-env.nix b/shells/c-env.nix index 581861c..62c5a83 100644 --- a/shells/c-env.nix +++ b/shells/c-env.nix @@ -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