Add lua-based server implementation
This commit is contained in:
parent
bee308df88
commit
ae76a627cb
5 changed files with 11558 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
devShell.${system} = pkgs.mkShell rec {
|
||||
buildInputs = [
|
||||
pkgs.deno
|
||||
(pkgs.lua5_3.withPackages(ps: [ ps.http ps.fennel ]))
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue