From b572732783d638c54e18e6987a1fd43ac7cdf979 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Sun, 3 Dec 2023 23:54:56 +0000 Subject: [PATCH] nix: add exception --- darwin/profiles/core/nix/nix.nix | 1 + nixos/profiles/core/nix/nix.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/darwin/profiles/core/nix/nix.nix b/darwin/profiles/core/nix/nix.nix index f39bbee..ccc7e67 100755 --- a/darwin/profiles/core/nix/nix.nix +++ b/darwin/profiles/core/nix/nix.nix @@ -14,6 +14,7 @@ ]; } .${config.time.timeZone} + or [] ++ [ "https://nix-community.cachix.org" "https://cache.garnix.io" diff --git a/nixos/profiles/core/nix/nix.nix b/nixos/profiles/core/nix/nix.nix index 2e8865d..6d360fd 100755 --- a/nixos/profiles/core/nix/nix.nix +++ b/nixos/profiles/core/nix/nix.nix @@ -10,6 +10,7 @@ ]; } .${config.time.timeZone} + or [] ++ [ "https://nix-community.cachix.org" "https://cache.garnix.io"