We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3104526 commit 9e6dd75Copy full SHA for 9e6dd75
1 file changed
default.nix
@@ -48,6 +48,9 @@ let
48
pkgs.cargo-edit
49
pkgs.cargo-nextest
50
pkgs.maturin
51
+
52
+ # sqlite3 binary, for easy debugging/introspection
53
+ pkgs.sqlite
54
];
55
};
56
environments = {
0 commit comments