Adds Lix cache substituters

This commit is contained in:
Abhinav Sarkar 2024-11-10 19:45:40 +05:30
parent 4baa175f23
commit ba12bef831
1 changed files with 2 additions and 0 deletions

View File

@ -37,11 +37,13 @@ in
trusted-substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
"https://cache.lix.systems"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
};
distributedBuilds = true;