From 761a68e8d9957937ee4126f0bc97e6142737277e Mon Sep 17 00:00:00 2001
From: Julien Malka <julien.malka@me.com>
Date: Sat, 25 Dec 2021 22:13:16 +0100
Subject: [PATCH] Removed useless binary cache (I have to monitor for
 performances tho

---
 modules/nix/default.nix | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/nix/default.nix b/modules/nix/default.nix
index ab1d26d..bb34886 100644
--- a/modules/nix/default.nix
+++ b/modules/nix/default.nix
@@ -24,10 +24,9 @@ with lib;
         '';
         nixPath = [
           "nixpkgs=${inputs.nixpkgs}"
-        ]; 
+        ];
         binaryCaches = [
           "https://bin.julienmalka.me"
-          "https://cache.nixos.org/"
         ];
         binaryCachePublicKeys = [
           "bin.julienmalka.me:y0uADfX8ZQ6Pthofm8Pj7v+hED3m2cY0d+Sg6/Jm+s8="