nixpkgs/maintainers/scripts/luarocks-config.lua

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
288 B
Lua
Raw Normal View History

2022-06-01 22:00:14 +00:00
-- default of luarocks listed at src/luarocks/core/cfg.lua
-- keep this list synced with pkgs/build-support/fetchurl/mirrors.nix
rocks_servers = {
2022-06-01 22:00:14 +00:00
"https://luarocks.org",
"https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/"
}
version_check_on_fail = false