From 9e6dd75821e8709d6f7c5c120c49a95fa0605b4e Mon Sep 17 00:00:00 2001 From: Marten Wijnja Date: Wed, 1 Apr 2026 15:22:37 +0200 Subject: [PATCH] Include sqlite3 in the Nix devshell, for easier debugging/introspection --- default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.nix b/default.nix index 15f00c0..b7e0224 100644 --- a/default.nix +++ b/default.nix @@ -48,6 +48,9 @@ let pkgs.cargo-edit pkgs.cargo-nextest pkgs.maturin + + # sqlite3 binary, for easy debugging/introspection + pkgs.sqlite ]; }; environments = {