mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 02:41:26 +01:00
20 lines
459 B
Nix
20 lines
459 B
Nix
_: {
|
|
# use mirror for pip install
|
|
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://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
|
|
# '';
|
|
}
|