diff --git a/flake.lock b/flake.lock index c4ed183..5ca40ef 100644 --- a/flake.lock +++ b/flake.lock @@ -371,17 +371,17 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1779885470, - "narHash": "sha256-eXkIlzY7OCWW0P9RTi+B3UBKy1SU6cELNwEy50TVZkg=", + "lastModified": 1779974732, + "narHash": "sha256-/4P6dIPg62+kjFiwhm3BfzCMI93+HMqusIG4dVpyBxM=", "ref": "refs/heads/main", - "rev": "dfc944d5faf4da8b9a4852806c3a2c32b2c46532", - "revCount": 777, + "rev": "2d9109d1bd14ada2ec8a271741f3fe8c1a911b9f", + "revCount": 797, "type": "git", - "url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git" + "url": "https://forge.darkest.space/hyperhive/hyperhive.git" }, "original": { "type": "git", - "url": "https://git.berlin.ccc.de/vinzenz/hyperhive.git" + "url": "https://forge.darkest.space/hyperhive/hyperhive.git" } }, "hyperhive-website": { diff --git a/flake.nix b/flake.nix index 9949386..46b5e52 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ #inputs.nixpkgs.follows = "nixpkgs"; }; hyperhive = { - url = "git+https://git.berlin.ccc.de/vinzenz/hyperhive.git"; + url = "git+https://forge.darkest.space/hyperhive/hyperhive.git"; inputs = { nixpkgs.follows = "nixpkgs"; nixpkgs-unstable.follows = "nixpkgs-unstable";