Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at lanzaboote 16 lines 257 B view raw
1let 2 pkgs = import ../../../. {}; 3in pkgs.mkShell { 4 nativeBuildInputs = [ 5 (pkgs.sbcl.withPackages 6 (ps: with ps; [ 7 alexandria 8 str 9 dexador 10 cl-ppcre 11 sqlite 12 arrow-macros 13 jzon 14 ])) 15 ]; 16}