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=" ]; };