An open API service indexing awesome lists of open source software.

https://github.com/silent-brad/web_lua_nix

Documenting learning Lapis (Lua web framework) with Nix
https://github.com/silent-brad/web_lua_nix

lapis lua nix sqlite

Last synced: about 2 months ago
JSON representation

Documenting learning Lapis (Lua web framework) with Nix

Awesome Lists containing this project

README

          

# web_lua_nix

Documenting learning Lapis (Lua web framework) with Nix

## Steps to setup

- `nix develop`
- `luarocks install lapis --local`
- `luarocks install sqlite --local`
- `lapis new`
- ``

## TODO

- [ ] Add luarocks-nix to flake