commit 555706b305cc6b060444d827c83a503e2ab19c58 Author: nukashimika Date: Thu Aug 11 19:15:36 2022 -0600 init diff --git a/server.lisp b/server.lisp new file mode 100644 index 0000000..e69de29 diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..f551e28 --- /dev/null +++ b/shell.nix @@ -0,0 +1,11 @@ +{pkgs ? import {} }: + +pkgs.mkShell { + nativeBuildInputs = with pkgs; [ + zsh + exa + pkg-config + nodejs + pkgs.lispPackages.hunchentoot + ]; +}