summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Shipunov2023-01-22 02:36:52 +0100
committerGrigory Shipunov2023-01-22 02:36:52 +0100
commitb0020d08eb0220b6237bd9b3b710de4872568892 (patch)
treed627f56cc3b30f934e12422bdd5194e54149260c
parent661d4dffe9f6fa510c67f2db91bb51cbd76c15c9 (diff)
disable c3d2 hydra for now
-rw-r--r--modules/binary-caches.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/binary-caches.nix b/modules/binary-caches.nix
index 5cdf12d..530b23c 100644
--- a/modules/binary-caches.nix
+++ b/modules/binary-caches.nix
@@ -11,19 +11,19 @@
];
substituters = [
"https://microvm.cachix.org"
- "https://hydra.hq.c3d2.de"
+ # "https://hydra.hq.c3d2.de"
"https://dump-dvb.cachix.org"
"https://nix-community.cachix.org"
];
trusted-substituters = [
"https://microvm.cachix.org"
- "https://hydra.hq.c3d2.de"
+ # "https://hydra.hq.c3d2.de"
"https://dump-dvb.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys="
- "nix-serve.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps="
+ # "nix-serve.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps="
"dump-dvb.cachix.org-1:+Dq7gqpQG4YlLA2X3xJsG1v3BrlUGGpVtUKWk0dTyUU="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];