all: Add cachix for nix-community

This commit is contained in:
traxys 2023-08-28 12:38:00 +02:00
parent c8f2533c02
commit 80de94444a

View file

@ -0,0 +1,13 @@
{
nix = {
settings = {
substituters = [
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
};
}