From 45793350bc9d02b50a3777cc4811e57a7e3425b2 Mon Sep 17 00:00:00 2001
From: Julien Malka <julien@malka.sh>
Date: Sat, 3 Aug 2024 10:58:23 +0200
Subject: [PATCH] chore: remove attic-exec cache

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

diff --git a/modules/nix/default.nix b/modules/nix/default.nix
index bb229ec..e944b12 100644
--- a/modules/nix/default.nix
+++ b/modules/nix/default.nix
@@ -28,10 +28,7 @@ with lib;
       settings = {
         builders-use-substitutes = true;
         auto-optimise-store = true;
-        substituters = [
-          "https://cache.nixos.org"
-          "https://cache.saumon.network/attic-exec?priority=100"
-        ];
+        substituters = [ "https://cache.nixos.org" ];
         trusted-public-keys = [ "attic-exec:W1PQ0txRf4qpCIlNLscD/Xw1GwGoBij73JSum/I8Xt4=" ];
       };
     };