Add sqlite to flake devshell

This commit is contained in:
Jacob Hinkle 2022-09-20 12:07:45 -04:00
parent 311990d5f6
commit 3ae90db4a8

View File

@ -38,6 +38,7 @@
buildInputs = with pkgs; with python.pkgs; [
nixpkgs-fmt
poetry
sqlite
(pkgs.poetry2nix.mkPoetryEnv {
inherit python;
projectDir = ./.;