From 26f4f86ad829af3e8dbcae74dd152fce399fb2b3 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 10 May 2026 23:15:39 +0800 Subject: [PATCH] chore: pypi - replace mirror server --- home/base/core/pip.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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 - # ''; }