texlive: use texlive.info snapshot
These are easy to access daily snapshots maintained by one of the texlive developers.
This commit is contained in:
parent
201defc4bf
commit
d6fdab57cf
@ -100,11 +100,15 @@ let
|
|||||||
map (up: "${up}/${urlName}.tar.xz") urlPrefixes
|
map (up: "${up}/${urlName}.tar.xz") urlPrefixes
|
||||||
);
|
);
|
||||||
|
|
||||||
# Upstream refuses to distribute stable tarballs,
|
# The tarballs on CTAN mirrors for the current release are constantly
|
||||||
# so we host snapshots on IPFS or on our own servers.
|
# receiving updates, so we can't use those directly. Stable snapshots
|
||||||
# Common packages should get served from the binary cache anyway.
|
# need to be used instead. Ideally, for the release branches of NixOS we
|
||||||
# See discussions, e.g. https://github.com/NixOS/nixpkgs/issues/24683
|
# should be switching to the tlnet-final versions
|
||||||
|
# (https://tug.org/historic/).
|
||||||
urlPrefixes = args.urlPrefixes or [
|
urlPrefixes = args.urlPrefixes or [
|
||||||
|
# Snapshots hosted by one of the texlive release managers
|
||||||
|
https://texlive.info/tlnet-archive/2019/10/19/tlnet/archive
|
||||||
|
|
||||||
# Mirror hosted by @veprbl
|
# Mirror hosted by @veprbl
|
||||||
http://146.185.144.154/texlive-2019
|
http://146.185.144.154/texlive-2019
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user