mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-11 16:27:08 +02: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'
|