ark/modules/cachix/veloren-nix.nix
2022-04-09 21:33:13 +03:00

7 lines
186 B
Nix

{
nix = {
settings.substituters = ["https://veloren-nix.cachix.org"];
binaryCachePublicKeys = ["veloren-nix.cachix.org-1:zokfKJqVsNV6kI/oJdLF6TYBdNPYGSb+diMVQPn/5Rc="];
};
}