diff --git a/default.nix b/default.nix index 15f00c02..b7e02241 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 = {