docs: point upstream URL at public mirror at forge.darkest.space (closes #523)

This commit is contained in:
damocles 2026-05-27 22:06:51 +02:00 committed by Mara
commit 308b2b4773
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ Minimal `flake.nix` for a host that runs hive-c0re:
{ {
inputs = { inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
hyperhive.url = "git+https://git.berlin.ccc.de/vinzenz/hyperhive"; hyperhive.url = "git+https://forge.darkest.space/hyperhive/hyperhive";
}; };
outputs = { nixpkgs, hyperhive, ... }: { outputs = { nixpkgs, hyperhive, ... }: {
@ -86,7 +86,7 @@ fetch on the critical path), at the cost of a few GB extra in your
system closure. Off by default (the toplevels are pinned to system closure. Off by default (the toplevels are pinned to
`x86_64-linux`, so non-x86 hosts would otherwise force a cross-build). `x86_64-linux`, so non-x86 hosts would otherwise force a cross-build).
Alternatively warm the store manually: Alternatively warm the store manually:
`nix build github:vinzenz/hyperhive#agent-base-toplevel`. `nix build git+https://forge.darkest.space/hyperhive/hyperhive#agent-base-toplevel`.
## Agent configuration ## Agent configuration

View file

@ -55,6 +55,6 @@ buildNpmPackage {
meta = { meta = {
description = "Bundled browser-facing assets for the hyperhive dashboard and per-agent UI"; description = "Bundled browser-facing assets for the hyperhive dashboard and per-agent UI";
homepage = "https://git.berlin.ccc.de/vinzenz/hyperhive"; homepage = "https://forge.darkest.space/hyperhive/hyperhive";
}; };
} }