Add binary cache timeout and fallback
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 14m19s
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 14m19s
This commit is contained in:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user