mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-19 21:16:51 +02:00
chore: pypi - replace mirror server
This commit is contained in:
+1
-13
@@ -2,18 +2,6 @@ _: {
|
|||||||
# 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://mirror.nju.edu.cn/pypi/web/simple
|
index-url = https://mirrors.bfsu.edu.cn/pypi/web/simple
|
||||||
format = columns
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# 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
|
|
||||||
# '';
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user