summaryrefslogtreecommitdiff
path: root/common/cachix/veloren-nix.nix
blob: 37fb947d4175840fcd3e6c9d208ec826f21f979f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  nix = {
    binaryCaches = [
      "https://veloren-nix.cachix.org"
    ];
    binaryCachePublicKeys = [
      "veloren-nix.cachix.org-1:zokfKJqVsNV6kI/oJdLF6TYBdNPYGSb+diMVQPn/5Rc="
    ];
  };
}