nixpkgs/pkgs/development/lisp-modules-new/shell.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
200 B
Nix
Raw Normal View History

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