forked from mirrors/nixpkgs
bdc000263a
This is to enable a smooth migration to the new one.
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 ]))
|
|
];
|
|
}
|