mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
7ac6f7279d
based on 4c4cef812e
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 ]))
|
|
];
|
|
}
|