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