commit 39bfb4f116f488e72338097d458a77995096e2c0
parent 75002b78a39b8f0bed31dd6e6860cd90146e50c3
Author: mtmn <miro@haravara.org>
Date: Sat, 23 May 2026 17:10:10 +0200
nix-cache: add garnix
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/nix-cache.nix b/lib/nix-cache.nix
@@ -2,9 +2,11 @@
substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
+ "https://cache.garnix.io"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
+ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
}