From de505fb430dddbc8b4687d0aa2ddfc8e04ba41b3 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Sun, 24 Aug 2025 18:14:26 +0200 Subject: [PATCH] reduce download attempts in test --- deployment/check/common/deployerNode.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/check/common/deployerNode.nix b/deployment/check/common/deployerNode.nix index 4e0dd2de..fbf04332 100644 --- a/deployment/check/common/deployerNode.nix +++ b/deployment/check/common/deployerNode.nix @@ -49,6 +49,7 @@ in substituters = mkForce [ ]; hashed-mirrors = null; connect-timeout = 1; + download-attempts = 1; extra-experimental-features = "flakes"; };