From d5b1e40d7dbe0cc66be4b45d6f01a7c29e6265cf Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sun, 11 Feb 2024 13:48:35 +0300 Subject: [PATCH] Disable privatevoid cacher because fuck you max fix your damn cacher --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 51a085e..382413b 100644 --- a/flake.nix +++ b/flake.nix @@ -3,19 +3,19 @@ nixConfig = { extra-substituters = [ - "https://nix-community.cachix.org/" + "https://cache.garnix.io/" + # "https://cache.privatevoid.net/" "https://ghostty.cachix.org/" "https://hyprland.cachix.org/" - "https://cache.privatevoid.net/" - "https://cache.garnix.io/" + "https://nix-community.cachix.org/" ]; extra-trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" + "cache.privatevoid.net-1:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg=" "ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" - "cache.privatevoid.net-1:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg=" - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ]; };