add more caches i use

This commit is contained in:
dusk 2021-06-28 15:26:51 +03:00
parent 9756d96b64
commit 50e2128184
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
nix = {
binaryCaches = [
"https://harmony.cachix.org"
];
binaryCachePublicKeys = [
"harmony.cachix.org-1:yv78QZHgS0UHkrMW56rccNghWHRz18fFRl8mWQ63M6E="
];
};
}

View File

@ -0,0 +1,10 @@
{
nix = {
binaryCaches = [
"https://nix-cargo-integration.cachix.org"
];
binaryCachePublicKeys = [
"nix-cargo-integration.cachix.org-1:wphySON/RyTC2DCzwKPBQGLEZv5mj0s1I1lsfQObaLs="
];
};
}

View File

@ -0,0 +1,10 @@
{
nix = {
binaryCaches = [
"https://veloren-nix.cachix.org"
];
binaryCachePublicKeys = [
"veloren-nix.cachix.org-1:zokfKJqVsNV6kI/oJdLF6TYBdNPYGSb+diMVQPn/5Rc="
];
};
}