Skip to content

Commit 9e6dd75

Browse files
committed
Include sqlite3 in the Nix devshell, for easier debugging/introspection
1 parent 3104526 commit 9e6dd75

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ let
4848
pkgs.cargo-edit
4949
pkgs.cargo-nextest
5050
pkgs.maturin
51+
52+
# sqlite3 binary, for easy debugging/introspection
53+
pkgs.sqlite
5154
];
5255
};
5356
environments = {

0 commit comments

Comments
 (0)