From 5869f34390da7330f26365cb50e037d64a659975 Mon Sep 17 00:00:00 2001 From: iris Date: Tue, 14 Jul 2026 18:54:13 +0200 Subject: [PATCH] dashboard: fix stale nix/modules path in extra_forges.rs doc comment nix/modules/ was restructured into nix/host-modules/ + nix/agent-modules/ before the extra-forges branch merged; this doc-only fix from PR #2422 (e53f70ac) landed after the merge went through and got dropped. Reapplying directly against main. --- hive-c0re/src/dashboard/extra_forges.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hive-c0re/src/dashboard/extra_forges.rs b/hive-c0re/src/dashboard/extra_forges.rs index 5006a59f..751f8c0d 100644 --- a/hive-c0re/src/dashboard/extra_forges.rs +++ b/hive-c0re/src/dashboard/extra_forges.rs @@ -1,6 +1,6 @@ //! Dashboard-driven external (non-internal) Forgejo/Gitea/Codeberg-compatible //! forge accounts, per agent. Entirely dashboard-provisioned — there is no -//! host-side nix config for these (see `nix/modules/hive-forge.nix`'s +//! host-side nix config for these (see `nix/host-modules/hive-forge/`'s //! removed `extraForges` option). The operator manually creates a token on //! the external forge themselves (however that forge lets them: PAT UI, a //! teammate with admin, whatever) and pastes a label + base URL + token into