nix: add sqlite in devShell

Since sqlite is used for the databases, including the sqlite3 binary
in the devShell is useful for debugging purposes.

Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com>
X-Clacks-Overhead: GNU Terry Pratchett
This commit is contained in:
Fintan Halpenny 2023-12-14 10:31:45 +00:00 committed by cloudhead
parent 3cf51043b3
commit 150130e99b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@
pkgs.cargo-nextest pkgs.cargo-nextest
pkgs.ripgrep pkgs.ripgrep
pkgs.rust-analyzer pkgs.rust-analyzer
pkgs.sqlite
]; ];
}; };
}); });