From fb6f9ee28ff6c57f4ab697a1db782e89a744f547 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Thu, 2 Jun 2022 00:00:14 +0200 Subject: update-luarocks-package: fix mirrors --- maintainers/scripts/luarocks-config.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'maintainers/scripts/luarocks-config.lua') 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 -- cgit 1.4.1