diff --git a/shell.nix b/shell.nix index 679ebf4..86dbc07 100644 --- a/shell.nix +++ b/shell.nix @@ -4,5 +4,6 @@ pkgs.mkShell { buildInputs = [ pkgs.python3 pkgs.poetry + pkgs.sqlite ]; }