aboutsummaryrefslogtreecommitdiffstats
path: root/community/luarocks/config.lua
blob: 2b6c029f948f125c579f617d0c1440b7e6053251 (plain)
1
2
3
4
5
6
rocks_trees = {
   { name = 'user', root = home..'/.luarocks' },
   { name = 'distro-modules', root = '/usr' },
   { name = 'system', root = '/usr/local' },
}
deps_mode = 'all'