chore: udpate nix cache mirror(remove bfsu, as its data lags too much)

This commit is contained in:
Ryan Yin 2023-07-16 13:35:45 +08:00
parent 707879da5c
commit 49a5f6f6a1
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ To customize the cache source, we must add the related configuration in `flake.n
experimental-features = [ "nix-command" "flakes" ];
substituters = [
# Replace the official cache with a mirror located in China
"https://mirrors.bfsu.edu.cn/nix-channels/store"
"https://mirrors.ustc.edu.cn/nix-channels/store"
"https://cache.nixos.org/"
];

View File

@ -227,7 +227,7 @@ Nix 为了加快包构建速度,提供了 <https://cache.nixos.org> 提前缓
experimental-features = [ "nix-command" "flakes" ];
substituters = [
# replace official cache with a mirror located in China
"https://mirrors.bfsu.edu.cn/nix-channels/store"
"https://mirrors.ustc.edu.cn/nix-channels/store"
"https://cache.nixos.org/"
];