From 233d01d48521a9cfc7e0b1ec2eff92e12c6f5d0b Mon Sep 17 00:00:00 2001 From: Sense T Date: Thu, 29 Jun 2023 08:42:50 +0800 Subject: [PATCH] use something --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 136430f..6eb9779 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ nixConfig = { auto-optimise-store = true; experimental-features = [ "nix-command" "flakes" ]; - substituters = [ + trusted-substituters = [ "https://mirrors.ustc.edu.cn/nix-channels/store" # 中科大 "https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" # 清华 "https://mirrors.bfsu.edu.cn/nix-channels/store" # 北外