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; [ buildInputs = with pkgs; with python.pkgs; [
nixpkgs-fmt nixpkgs-fmt
poetry poetry
sqlite
(pkgs.poetry2nix.mkPoetryEnv { (pkgs.poetry2nix.mkPoetryEnv {
inherit python; inherit python;
projectDir = ./.; projectDir = ./.;