mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
fetchurl: add testpypi mirror (#123146)
This should make it easier to run nixpkgs-based tests from versions that are still only on test-pypi, and should not cost anything significant.
This commit is contained in:
parent
83a8acc392
commit
b6933f88a5
@ -417,6 +417,11 @@
|
||||
"https://pypi.io/packages/source/"
|
||||
];
|
||||
|
||||
# Python Test-PyPI mirror
|
||||
testpypi = [
|
||||
"https://test.pypi.io/packages/source/"
|
||||
];
|
||||
|
||||
# Mozilla projects.
|
||||
mozilla = [
|
||||
"http://download.cdn.mozilla.net/pub/mozilla.org/"
|
||||
|
Loading…
Reference in New Issue
Block a user