From 2cf1095b9986137fe7d25d49270171e1cc7d7f45 Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 27 Feb 2024 15:44:40 +0800 Subject: [PATCH] nix/substituters: use my personal cachix --- darwin/profiles/common/core/nix/nix.nix | 2 ++ nixos/profiles/common/core/nix/nix.nix | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/darwin/profiles/common/core/nix/nix.nix b/darwin/profiles/common/core/nix/nix.nix index a4a1dec..16e1f0a 100755 --- a/darwin/profiles/common/core/nix/nix.nix +++ b/darwin/profiles/common/core/nix/nix.nix @@ -18,10 +18,12 @@ ++ [ "https://nix-community.cachix.org" "https://cache.garnix.io" + "https://guanran928.cachix.org" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" + "guanran928.cachix.org-1:BE/iBCj2/pqJXG908wHRrcaV0B2fC+KbFjHsXY6b91c=" ]; use-xdg-base-directories = true; }; diff --git a/nixos/profiles/common/core/nix/nix.nix b/nixos/profiles/common/core/nix/nix.nix index 3199290..590803f 100755 --- a/nixos/profiles/common/core/nix/nix.nix +++ b/nixos/profiles/common/core/nix/nix.nix @@ -13,13 +13,17 @@ ++ [ "https://nix-community.cachix.org" "https://cache.garnix.io" + + # Personal cachix-s "https://berberman.cachix.org" + "https://guanran928.cachix.org" "https://nix-gaming.cachix.org" ]; trusted-public-keys = [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "berberman.cachix.org-1:UHGhodNXVruGzWrwJ12B1grPK/6Qnrx2c3TjKueQPds=" + "guanran928.cachix.org-1:BE/iBCj2/pqJXG908wHRrcaV0B2fC+KbFjHsXY6b91c=" "nix-gaming.cachix.org-1:nbjlureqMbRAxR1gJ/f3hxemL9svXaZF/Ees8vCUUs4=" ];