docs: point upstream URL at public mirror at forge.darkest.space (closes #523)
This commit is contained in:
parent
7d4811504a
commit
308b2b4773
2 changed files with 3 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ Minimal `flake.nix` for a host that runs hive-c0re:
|
|||
{
|
||||
inputs = {
|
||||
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, ... }: {
|
||||
|
|
@ -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
|
||||
`x86_64-linux`, so non-x86 hosts would otherwise force a cross-build).
|
||||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -55,6 +55,6 @@ buildNpmPackage {
|
|||
|
||||
meta = {
|
||||
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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue