fetchurl: add luarocks mirrors
luarocks defines by default the following mirrors: https://github.com/luarocks/luarocks/blob/83093e7da7f789f0f7d3a6784597cbbed09c73e0/src/luarocks/core/cfg.lua#L205 Let's add them to nixpkgs. I have modified luarocks-nix to generate the proper nixpkgs urls. I bump luarocks-nix in the following commits.
This commit is contained in:
@@ -8,6 +8,13 @@
|
|||||||
# Mirrors for mirror://site/filename URIs, where "site" is
|
# Mirrors for mirror://site/filename URIs, where "site" is
|
||||||
# "sourceforge", "gnu", etc.
|
# "sourceforge", "gnu", etc.
|
||||||
|
|
||||||
|
luarocks = [
|
||||||
|
https://luarocks.org
|
||||||
|
https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/
|
||||||
|
http://luafr.org/moonrocks
|
||||||
|
http://luarocks.logiceditor.com/rocks
|
||||||
|
];
|
||||||
|
|
||||||
# SourceForge.
|
# SourceForge.
|
||||||
sourceforge = [
|
sourceforge = [
|
||||||
https://downloads.sourceforge.net/
|
https://downloads.sourceforge.net/
|
||||||
|
|||||||
Reference in New Issue
Block a user