diff --git a/home/base/core/pip.nix b/home/base/core/pip.nix index ece228fe..520f68a8 100644 --- a/home/base/core/pip.nix +++ b/home/base/core/pip.nix @@ -2,18 +2,6 @@ _: { # use mirror for pip install xdg.configFile."pip/pip.conf".text = '' [global] - index-url = https://mirror.nju.edu.cn/pypi/web/simple - format = columns + index-url = https://mirrors.bfsu.edu.cn/pypi/web/simple ''; - - # 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 - # ''; }