mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
14 lines
309 B
Nix
14 lines
309 B
Nix
_: {
|
|
# use mirror for pip install
|
|
xdg.configFile."pip/pip.conf".text = ''
|
|
[global]
|
|
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
|
|
# '';
|
|
}
|