disable c3d2 hydra for now

This commit is contained in:
Grigory Shipunov 2023-01-22 02:36:52 +01:00
parent 661d4dffe9
commit b0020d08eb
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -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="
];