From 200b99162fb899da62a23efde97ca415882ab2a8 Mon Sep 17 00:00:00 2001 From: Sense T Date: Thu, 29 Jun 2023 08:46:24 +0800 Subject: [PATCH] fix --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6eb9779..2983743 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "NixOS configuration for GPD Win Max"; - nixConfig = { + nixConfig = rec { auto-optimise-store = true; experimental-features = [ "nix-command" "flakes" ]; trusted-substituters = [ @@ -12,6 +12,7 @@ "https://nixos-cn.cachix.org" "https://cache.nixos.org/" ]; + substituters = trusted-substituters; trusted-users = [ "root"