From 7bcbf8bb227c16bee679c30adbbf225f6cff5b12 Mon Sep 17 00:00:00 2001 From: Abhinav Sarkar Date: Sat, 1 Jun 2024 15:25:24 +0530 Subject: [PATCH] Increases Nix cache connect timeout --- nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix.nix b/nix.nix index cb185ec..4b125ca 100644 --- a/nix.nix +++ b/nix.nix @@ -15,7 +15,7 @@ }; settings = { auto-optimise-store = true; - connect-timeout = 5; + connect-timeout = 30; cores = 2; experimental-features = [ "nix-command" "flakes" "repl-flake" ]; fallback = true;