mob next [ci-skip] [ci skip] [skip ci]

lastFile:flake.lock
This commit is contained in:
2025-12-03 10:19:01 +07:00
parent be0b400c3c
commit 238fb58383
2 changed files with 4 additions and 3 deletions

4
flake.lock generated
View File

@@ -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": {

View File

@@ -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";