From b94a2224c0ede3d6f9574d23d63849a4725862a7 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Sun, 12 Sep 2021 21:08:23 -0700 Subject: [PATCH] Add sqlite to nix shell --- shell.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; }