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
- Host: GitHub
- URL: https://github.com/silent-brad/web_lua_nix
- Owner: silent-brad
- Created: 2025-09-13T01:08:31.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-09-13T02:15:03.000Z (10 months ago)
- Last Synced: 2025-09-13T04:16:59.730Z (10 months ago)
- Topics: lapis, lua, nix, sqlite
- Language: Nix
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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