diff --git a/flake.lock b/flake.lock index 942effe..84579fe 100644 --- a/flake.lock +++ b/flake.lock @@ -26,11 +26,11 @@ "rev": "6ace9cefb0780f34c33c016c108fc2bf0a87bdc4", "revCount": 11386, "type": "git", - "url": "file:///home/kurogeek/Desktop/gitea/clan/clan-core/" + "url": "https://git.clan.lol/clan/clan-core" }, "original": { "type": "git", - "url": "file:///home/kurogeek/Desktop/gitea/clan/clan-core/" + "url": "https://git.clan.lol/clan/clan-core" } }, "data-mesher": { diff --git a/flake.nix b/flake.nix index bb792ae..4439715 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,8 @@ description = "Clan flake for controlling NewEdge infrastructure."; inputs = { clan-core = { - url = "git+file:///home/kurogeek/Desktop/gitea/clan/clan-core/"; + # url = "git+file:///home/kurogeek/Desktop/gitea/clan/clan-core/"; + url = "git+https://git.clan.lol/clan/clan-core"; inputs.flake-parts.follows = "flake-parts"; inputs.treefmt-nix.follows = "treefmt-nix"; inputs.nixpkgs.follows = "nixpkgs";