about summary refs log tree commit diff
path: root/maintainers/scripts/luarocks-config.lua
diff options
context:
space:
mode:
authorMatthieu Coudron <mcoudron@hotmail.com>2022-06-02 00:00:14 +0200
committerMatthieu Coudron <mcoudron@hotmail.com>2022-06-13 11:17:36 +0200
commitfb6f9ee28ff6c57f4ab697a1db782e89a744f547 (patch)
tree1c03a20566b5dcc091e01c70718d16bce95d57e8 /maintainers/scripts/luarocks-config.lua
parent77a0e5f36e758ec62354919bd4dcc28b9eeebe3c (diff)
update-luarocks-package: fix mirrors
Diffstat (limited to 'maintainers/scripts/luarocks-config.lua')
-rw-r--r--maintainers/scripts/luarocks-config.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/maintainers/scripts/luarocks-config.lua b/maintainers/scripts/luarocks-config.lua
index 89e74c00ea8e4..f7ac9f9e4ba6d 100644
--- a/maintainers/scripts/luarocks-config.lua
+++ b/maintainers/scripts/luarocks-config.lua
@@ -1,4 +1,8 @@
+
+-- default of luarocks listed at src/luarocks/core/cfg.lua
+-- keep this list synced with pkgs/build-support/fetchurl/mirrors.nix
 rocks_servers = {
-	"https://luarocks.org"
+	"https://luarocks.org",
+	"https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/"
 }
 version_check_on_fail = false