diff options
| author | Grisha Shipunov | 2025-01-13 21:05:02 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-13 21:05:02 +0100 |
| commit | 40972a3b93e2f8b110b5003f2af383a5efa9c385 (patch) | |
| tree | 94a869630f5831ec3ee6cbf80a5016aeeff20d35 | |
| parent | 51bee64b4eb20538270bb94126ece0bfa6afd73f (diff) | |
remove unused substituters
cache querying is still slooooooow
| -rw-r--r-- | modules/binary-caches.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/binary-caches.nix b/modules/binary-caches.nix index f1fee1d..9b3d84b 100644 --- a/modules/binary-caches.nix +++ b/modules/binary-caches.nix @@ -12,24 +12,15 @@ ]; substituters = [ "https://microvm.cachix.org" - "https://dump-dvb.cachix.org" - "https://tlm-solutions.cachix.org" "https://nix-community.cachix.org" - "https://hydra.hq.c3d2.de" ]; trusted-substituters = [ "https://microvm.cachix.org" - "https://dump-dvb.cachix.org" - "https://tlm-solutions.cachix.org" "https://nix-community.cachix.org" - "https://hydra.hq.c3d2.de" ]; trusted-public-keys = [ "microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys=" - "dump-dvb.cachix.org-1:+Dq7gqpQG4YlLA2X3xJsG1v3BrlUGGpVtUKWk0dTyUU=" - "tlm-solutions.cachix.org-1:J7qT6AvoNWPSj+59ed5bNESj35DLJNaROqga1EjVIoA=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "hydra.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps=" ]; }; }; |
