add nix-community cachix cache

This commit is contained in:
joachimschmidt557 2021-10-30 13:11:36 +02:00
parent ee780fe2d1
commit 7842f749db
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -0,0 +1,11 @@
{
nix = {
binaryCaches = [
"https://nix-community.cachix.org"
];
binaryCachePublicKeys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
}