feat(nix): add own cachix cache

This commit is contained in:
Felix Schröter 2022-06-28 02:23:51 +02:00
parent 3f4b377a71
commit c739b83a86
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -12,10 +12,15 @@ in {
nix.settings = {
auto-optimise-store = true;
substituters = [ "https://hydra.iohk.io" "https://shajra.cachix.org" ];
substituters = [
"https://hydra.iohk.io"
"https://shajra.cachix.org"
"https://felschr.cachix.org"
];
trusted-public-keys = [
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"shajra.cachix.org-1:V0x7Wjgd/mHGk2KQwzXv8iydfIgLupbnZKLSQt5hh9o="
"felschr.cachix.org-1:raomy5XA2tsVkBoG6wo70ARIn+V24IXhWaSe3QZo12A="
];
};