ark/profiles/cachix/veloren-nix.nix

7 lines
186 B
Nix
Raw Normal View History

2021-06-28 15:26:51 +03:00
{
nix = {
2022-02-18 20:31:01 +03:00
settings.substituters = ["https://veloren-nix.cachix.org"];
binaryCachePublicKeys = ["veloren-nix.cachix.org-1:zokfKJqVsNV6kI/oJdLF6TYBdNPYGSb+diMVQPn/5Rc="];
2021-06-28 15:26:51 +03:00
};
}