1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

Disable privatevoid cacher because fuck you max fix your damn cacher

This commit is contained in:
RGBCube 2024-02-11 13:48:35 +03:00
parent 2476388702
commit d5b1e40d7d
No known key found for this signature in database

View file

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