mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-01-29 17:29:17 +01:00
chore: udpate nix cache mirror(remove bfsu, as its data lags too much)
This commit is contained in:
parent
707879da5c
commit
49a5f6f6a1
@ -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/"
|
||||
];
|
||||
|
||||
|
@ -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/"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user