8 lines
200 B
Nix
8 lines
200 B
Nix
|
with import ../../../default.nix {};
|
||
|
mkShell {
|
||
|
nativeBuildInputs = [
|
||
|
(lispPackages_new.sbclWithPackages
|
||
|
(ps: with ps; [ alexandria str dexador cl-ppcre sqlite arrow-macros jzon ]))
|
||
|
];
|
||
|
}
|