lol
at 23.05-pre 7 lines 200 B view raw
1with import ../../../default.nix {}; 2mkShell { 3 nativeBuildInputs = [ 4 (lispPackages_new.sbclWithPackages 5 (ps: with ps; [ alexandria str dexador cl-ppcre sqlite arrow-macros jzon ])) 6 ]; 7}