mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: sjtu's mirror for pypi
This commit is contained in:
@@ -2,6 +2,12 @@ _: {
|
|||||||
# use mirror for pip install
|
# use mirror for pip install
|
||||||
xdg.configFile."pip/pip.conf".text = ''
|
xdg.configFile."pip/pip.conf".text = ''
|
||||||
[global]
|
[global]
|
||||||
index-url = https://mirrors.bfsu.edu.cn/pypi/web/simple
|
index-url = https://mirror.sjtu.edu.cn/pypi/web/simple
|
||||||
|
format = columns
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# xdg.configFile."pip/pip.conf".text = ''
|
||||||
|
# [global]
|
||||||
|
# index-url = https://mirrors.bfsu.edu.cn/pypi/web/simple
|
||||||
|
# '';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user