Add litecli to flake.nix to avoid problems with LD_LIBRARY_PATH

This commit is contained in:
heyarne 2022-08-11 07:58:56 +02:00
commit 26b0180b21

View file

@ -32,6 +32,7 @@
in pkgs.mkShell rec { in pkgs.mkShell rec {
name = "datasette"; name = "datasette";
buildInputs = with pkgs; [ buildInputs = with pkgs; [
litecli
sqlite sqlite
libspatialite libspatialite
spatialite_tools spatialite_tools