Browse Source

init

master
nukashimika 2 years ago
commit
555706b305
  1. 0
      server.lisp
  2. 11
      shell.nix

0
server.lisp

11
shell.nix

@ -0,0 +1,11 @@
{pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
zsh
exa
pkg-config
nodejs
pkgs.lispPackages.hunchentoot
];
}
Loading…
Cancel
Save