redis-plus-plus: 1.3.7 -> 1.3.10
[NixPkgs.git] / pkgs / development / lisp-modules-new-obsolete / shell.nix
blobecca6a5608d7981244b6cea45cc26655c01bba16
1 with import ../../../default.nix {};
2 mkShell {
3   nativeBuildInputs = [
4     (lispPackages_new.sbclWithPackages
5       (ps: with ps; [ alexandria str dexador cl-ppcre sqlite arrow-macros jzon ]))
6   ];