mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-28 04:11:49 +01: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
|
|
'';
|
|
}
|