nix: sort mirrors
This commit is contained in:
parent
107349d45a
commit
61ecc0289c
2 changed files with 2 additions and 4 deletions
|
@ -8,10 +8,9 @@
|
|||
substituters =
|
||||
{
|
||||
"Asia/Shanghai" = [
|
||||
"https://mirror.sjtu.edu.cn/nix-channels/store" # SJTU - 上海交通大学 Mirror
|
||||
"https://mirrors.ustc.edu.cn/nix-channels/store" # USTC - 中国科学技术大学 Mirror
|
||||
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" # TUNA - 清华大学 Mirror
|
||||
"https://mirrors.bfsu.edu.cn/nix-channels/store" # BFSU - 北京外国语大学 Mirror
|
||||
"https://mirror.sjtu.edu.cn/nix-channels/store" # SJTU - 上海交通大学 Mirror
|
||||
];
|
||||
}
|
||||
.${config.time.timeZone}
|
||||
|
|
|
@ -4,10 +4,9 @@
|
|||
substituters =
|
||||
{
|
||||
"Asia/Shanghai" = [
|
||||
"https://mirror.sjtu.edu.cn/nix-channels/store" # SJTU - 上海交通大学 Mirror
|
||||
"https://mirrors.ustc.edu.cn/nix-channels/store" # USTC - 中国科学技术大学 Mirror
|
||||
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" # TUNA - 清华大学 Mirror
|
||||
"https://mirrors.bfsu.edu.cn/nix-channels/store" # BFSU - 北京外国语大学 Mirror
|
||||
"https://mirror.sjtu.edu.cn/nix-channels/store" # SJTU - 上海交通大学 Mirror
|
||||
];
|
||||
}
|
||||
.${config.time.timeZone}
|
||||
|
|
Loading…
Reference in a new issue