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 {
|
||||
name = "datasette";
|
||||
buildInputs = with pkgs; [
|
||||
litecli
|
||||
sqlite
|
||||
libspatialite
|
||||
spatialite_tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue