mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 05:33:25 +00:00
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 ]))
|
|
];
|
|
}
|