Change to new binary cache

This commit is contained in:
Markus Schmidl 2022-05-05 22:58:33 +02:00 committed by GitHub
parent a4bcff1b1f
commit 16f3de3762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,10 @@
'';
autoOptimiseStore = true;
binaryCaches = [
"https://nix-serve.hq.c3d2.de"
"https://dump-dvb.cachix.org"
];
binaryCachePublicKeys = [
"nix-serve.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps="
"dump-dvb.cachix.org-1:+Dq7gqpQG4YlLA2X3xJsG1v3BrlUGGpVtUKWk0dTyUU="
];
};