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

@@ -46,6 +46,8 @@ in
experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
extra-substituters = cache.substituters;
extra-trusted-public-keys = cache.keys;
connect-timeout = 5;
fallback = true;
};
registry = {
pkgs = {