From 3d8c64635f27617aa90ac1855b8552000b3adb5d Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Fri, 25 Oct 2024 17:34:33 -0400 Subject: [PATCH] feat: burn daylight to build deploy-rs --- ci/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/common.nix b/ci/common.nix index ede74508..40496dc6 100644 --- a/ci/common.nix +++ b/ci/common.nix @@ -17,6 +17,7 @@ }; }; + nix.config.max-silent-time = 60 * 60; /* nix.config = { extra-platforms = ["aarch64-linux" "armv6l-linux" "armv7l-linux"];