Add binary cache timeout and fallback
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 14m19s

This commit is contained in:
2023-11-18 00:10:05 +00:00
parent a9a6409034
commit edb5767770
3 changed files with 6 additions and 0 deletions

View File

@@ -238,6 +238,8 @@ in
settings = with lib.my.c.nix; {
extra-substituters = cache.substituters;
extra-trusted-public-keys = cache.keys;
connect-timeout = 5;
fallback = true;
};
};
})