Add litecli to flake.nix to avoid problems with LD_LIBRARY_PATH
This commit is contained in:
parent
b030cf9c3f
commit
26b0180b21
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue