From bfd951f5c20b68cbd08c23cf272b6e2de8a9e51c Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Thu, 9 Jul 2026 00:12:51 -0400 Subject: use nix-cache.skullheadx.com for darwin too --- common-darwin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common-darwin.nix') diff --git a/common-darwin.nix b/common-darwin.nix index 32a1f5f..9c7b5a8 100644 --- a/common-darwin.nix +++ b/common-darwin.nix @@ -150,12 +150,12 @@ nix.settings = { experimental-features = ["nix-command" "flakes"]; substituters = [ - # "https://nix-cache.skullheadx.com" + "https://nix-cache.skullheadx.com" "https://nix-community.cachix.org" "https://cache.nixos.org/" ]; trusted-public-keys = [ - # "nix-cache.skullheadx.com:Nom1Auo0mjFVJGnquoIabtMrMEksqBQEab2RNv0ZnBc=" + "nix-cache.skullheadx.com:Nom1Auo0mjFVJGnquoIabtMrMEksqBQEab2RNv0ZnBc=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; }; -- cgit v1.3.1