From e3ad8ea3a2083073cf6787ec3876190797212a1b Mon Sep 17 00:00:00 2001 From: Kat Inskip Date: Mon, 13 Oct 2025 10:04:59 -0700 Subject: [PATCH] fix(forgejo): ci? --- ci/common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ci/common.nix b/ci/common.nix index f14f3bc7..394e12e7 100644 --- a/ci/common.nix +++ b/ci/common.nix @@ -14,7 +14,10 @@ }; }; - nix.config.max-silent-time = 60 * 60; + nix.config = { + max-silent-time = 60 * 60; + build-users-group = ""; + }; /* nix.config = { extra-platforms = ["aarch64-linux" "armv6l-linux" "armv7l-linux"];