From c262ff90489ca27a2fd4989232c638f7c94eb05d Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Wed, 4 Mar 2026 21:55:03 -0500 Subject: [PATCH] added time out and fallback to nix settings --- common/global/nix.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/global/nix.nix b/common/global/nix.nix index eb822c1..55cdbf8 100644 --- a/common/global/nix.nix +++ b/common/global/nix.nix @@ -33,6 +33,8 @@ in ]; warn-dirty = false; flake-registry = ""; # disable global flake registries + connect-timeout = 10; + fallback = true; }; # Add each flake input as a registry and nix_path