From c22e4b4664f7a633a242b9b156fe6256b0bf12f7 Mon Sep 17 00:00:00 2001 From: Sense T Date: Wed, 28 Jun 2023 15:57:18 +0800 Subject: [PATCH] someupdate --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index fc037ff..136430f 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,7 @@ nixConfig = { auto-optimise-store = true; + experimental-features = [ "nix-command" "flakes" ]; substituters = [ "https://mirrors.ustc.edu.cn/nix-channels/store" # 中科大 "https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" # 清华