From 739263539f5d6d52f51742110f700f1c869a9946 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Thu, 9 Jul 2026 18:21:21 +0000 Subject: [PATCH] Workaround potentially unavailable nix-cache --- modules/futureware.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/futureware.nix b/modules/futureware.nix index a513298..340f78e 100644 --- a/modules/futureware.nix +++ b/modules/futureware.nix @@ -30,6 +30,10 @@ lib.mkMerge [ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" ]; + + # Limit impact in case any of these are unavailable. + connect-timeout = lib.mkDefault 5; + fallback = lib.mkDefault true; }; # For fetch over SSH (repos where auth is required) or push.