From 0bfb2261196970dec5450e50f48540479957ef66 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:57:31 +0200 Subject: [PATCH] remove slow cache Former-commit-id: e0fbb91516cf498de5676de9df41219a90a3f85f --- nixos/nix.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/nix.nix b/nixos/nix.nix index cbb9c0d..fabb277 100644 --- a/nixos/nix.nix +++ b/nixos/nix.nix @@ -27,13 +27,11 @@ in { "https://hyprland.cachix.org" "https://nix-community.cachix.org" - "https://cache.garnix.io" "https://numtide.cachix.org" ]; trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE=" ]; };