From 6fb7bf10f3cde0ab5ca7a8e4b4d4df0ac93b5f1d Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Tue, 24 Feb 2026 16:50:17 +0800 Subject: [PATCH] chore: prefer sjtu mirror over sjtug --- modules/core/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/nix.nix b/modules/core/nix.nix index 9032f1c..af03a22 100644 --- a/modules/core/nix.nix +++ b/modules/core/nix.nix @@ -40,8 +40,8 @@ in nix.settings = { experimental-features = "nix-command flakes pipe-operators"; substituters = [ - "https://mirrors.sjtug.sjtu.edu.cn/nix-channels/store" "https://mirror.sjtu.edu.cn/nix-channels/store" + "https://mirrors.sjtug.sjtu.edu.cn/nix-channels/store" "https://mirrors.ustc.edu.cn/nix-channels/store" "https://nix-community.cachix.org" "https://cache.garnix.io"