add more caches i use
This commit is contained in:
parent
9756d96b64
commit
50e2128184
10
profiles/cachix/harmony.nix
Normal file
10
profiles/cachix/harmony.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
"https://harmony.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"harmony.cachix.org-1:yv78QZHgS0UHkrMW56rccNghWHRz18fFRl8mWQ63M6E="
|
||||
];
|
||||
};
|
||||
}
|
10
profiles/cachix/nix-cargo-integration.nix
Normal file
10
profiles/cachix/nix-cargo-integration.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
"https://nix-cargo-integration.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"nix-cargo-integration.cachix.org-1:wphySON/RyTC2DCzwKPBQGLEZv5mj0s1I1lsfQObaLs="
|
||||
];
|
||||
};
|
||||
}
|
10
profiles/cachix/veloren-nix.nix
Normal file
10
profiles/cachix/veloren-nix.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
nix = {
|
||||
binaryCaches = [
|
||||
"https://veloren-nix.cachix.org"
|
||||
];
|
||||
binaryCachePublicKeys = [
|
||||
"veloren-nix.cachix.org-1:zokfKJqVsNV6kI/oJdLF6TYBdNPYGSb+diMVQPn/5Rc="
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user