ark/profiles/cachix/veloren-nix.nix
2022-02-18 20:31:01 +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="];
};
}