From 5a485ffa16ca012359b723a3fdf811ba05ab8147 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 22 Feb 2025 23:59:20 +0300 Subject: [PATCH] feat: add privatevoid cachers --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 47f1ff0..60daf8e 100644 --- a/flake.nix +++ b/flake.nix @@ -4,12 +4,14 @@ nixConfig = { extra-substituters = [ "https://cache.garnix.io/" + "https://cache.privatevoid.net" "https://hyprland.cachix.org/" "https://nix-community.cachix.org/" ]; extra-trusted-public-keys = [ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" + "cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" ];