summary refs log tree commit diff
path: root/maintainers/scripts/luarocks-config.lua
blob: f7ac9f9e4ba6d885e4b7233b35417f9de32050d6 (plain) (blame)
1
2
3
4
5
6
7
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://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/"
}
version_check_on_fail = false