repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
redis-plus-plus: 1.3.7 -> 1.3.10
[NixPkgs.git]
/
pkgs
/
development
/
lisp-modules-new-obsolete
/
shell.nix
blob
ecca6a5608d7981244b6cea45cc26655c01bba16
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
];
7
}