mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-31 06:33:07 +02:00
8 lines
159 B
Nix
8 lines
159 B
Nix
_: {
|
|
# use mirror for pip install
|
|
xdg.configFile."pip/pip.conf".text = ''
|
|
[global]
|
|
index-url = https://mirrors.bfsu.edu.cn/pypi/web/simple
|
|
'';
|
|
}
|