use garnix cache

This commit is contained in:
Sridhar Ratnakumar 2023-08-23 18:27:33 -04:00
parent 55e6206489
commit 2b22cd2e5c
2 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
imports = [
# Disable all these caches, because nix is often stuck querying cachix.
# ./oss.nix
./oss.nix
];
}

View file

@ -1,10 +1,12 @@
{
nix.settings.trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"nammayatri.cachix.org-1:PiVlgB8hKyYwVtCAGpzTh2z9RsFPhIES6UKs0YB662I="
#"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
#"nammayatri.cachix.org-1:PiVlgB8hKyYwVtCAGpzTh2z9RsFPhIES6UKs0YB662I="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
nix.settings.substituters = [
"https://nix-community.cachix.org"
"https://nammayatri.cachix.org"
#"https://nix-community.cachix.org"
#"https://nammayatri.cachix.org"
"https://cache.garnix.io"
];
}