added cachix

This commit is contained in:
Moritz Böhme 2021-10-23 11:42:14 +02:00
parent b2b9fa66e4
commit c90d0d71dc
4 changed files with 27 additions and 2 deletions

View file

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