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 = {