From 238fb583835ce271118e19ce97f3064835321f52 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 3 Dec 2025 10:19:01 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:flake.lock --- flake.lock | 4 ++-- flake.nix | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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";