From ffde085c3535bcb2c6d2af3968d589f106d69c1f Mon Sep 17 00:00:00 2001 From: damocles Date: Tue, 14 Jul 2026 19:36:58 +0200 Subject: [PATCH] fix(#2433): mkforce container@hive-ci timeoutstartsec to resolve nixpkgs conflict --- nix/host-modules/hive-ci.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/host-modules/hive-ci.nix b/nix/host-modules/hive-ci.nix index 8c82c80a..efa48636 100644 --- a/nix/host-modules/hive-ci.nix +++ b/nix/host-modules/hive-ci.nix @@ -370,7 +370,7 @@ in # loop until the forge/token settle. Bumping the timeout well past # the prefetch's own 60s wait gives one register attempt room to # actually finish instead of being killed mid-flight. - serviceConfig.TimeoutStartSec = "180s"; + serviceConfig.TimeoutStartSec = lib.mkForce "180s"; } ];