summaryrefslogtreecommitdiff
path: root/config-5.1.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config-5.1.lua')
-rw-r--r--config-5.1.lua19
1 files changed, 19 insertions, 0 deletions
diff --git a/config-5.1.lua b/config-5.1.lua
new file mode 100644
index 0000000..a24aa83
--- /dev/null
+++ b/config-5.1.lua
@@ -0,0 +1,19 @@
1
2rocks_servers = {
3 {
4 "http://lua4.win",
5 "https://luarocks.org",
6 "https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/",
7 "https://loadk.com/luarocks/"
8 }
9}
10rocks_trees = {
11 {
12 name = "system",
13 root = os_getenv("LUAROCKS_SYSCONFDIR"):gsub("config","luarocks")
14 },
15 {
16 name = "user",
17 root = home .. "\\luarocks"
18 }
19}