chore: pypi - replace mirror server

This commit is contained in:
Ryan Yin
2026-05-10 23:15:39 +08:00
parent 495ed3f938
commit 26f4f86ad8

View File

@@ -2,18 +2,6 @@ _: {
# use mirror for pip install
xdg.configFile."pip/pip.conf".text = ''
[global]
index-url = https://mirror.nju.edu.cn/pypi/web/simple
format = columns
index-url = https://mirrors.bfsu.edu.cn/pypi/web/simple
'';
# xdg.configFile."pip/pip.conf".text = ''
# [global]
# index-url = https://mirror.nju.edu.cn/pypi/web/simple
# format = columns
# '';
# xdg.configFile."pip/pip.conf".text = ''
# [global]
# index-url = https://mirrors.bfsu.edu.cn/pypi/web/simple
# '';
}