mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 16:41:52 +01:00
7 lines
177 B
Lua
7 lines
177 B
Lua
rocks_trees = {
|
|
{ name = 'user', root = home..'/.luarocks' },
|
|
{ name = 'distro-modules', root = '/usr' },
|
|
{ name = 'system', root = '/usr/local' },
|
|
}
|
|
deps_mode = 'all'
|