fix: do not mkForce substituters
This commit is contained in:
@@ -30,8 +30,7 @@ lib.my.makeSwitch {
|
|||||||
experimental-features = "nix-command flakes";
|
experimental-features = "nix-command flakes";
|
||||||
# Deduplicate and optimize nix store
|
# Deduplicate and optimize nix store
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
substituters = lib.mkForce [
|
substituters = [
|
||||||
# "https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store"
|
|
||||||
# "https://mirror.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.sjtug.sjtu.edu.cn/nix-channels/store"
|
||||||
"https://mirrors.ustc.edu.cn/nix-channels/store"
|
"https://mirrors.ustc.edu.cn/nix-channels/store"
|
||||||
|
|||||||
Reference in New Issue
Block a user