Add sqlite to nix shell

This commit is contained in:
Tim Van Baak 2021-09-12 21:08:23 -07:00
parent 6f73c58d23
commit b94a2224c0
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ pkgs.mkShell {
buildInputs = [
pkgs.python3
pkgs.poetry
pkgs.sqlite
];
}