From b6914615c068be1ee73b5fb07ef5b881da61f8b7 Mon Sep 17 00:00:00 2001 From: kurogeek Date: Wed, 22 Jul 2026 16:42:24 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:flake.lock --- flake.lock | 15 ++++++++------- flake.nix | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 5ac932d..d1323f9 100644 --- a/flake.lock +++ b/flake.lock @@ -103,17 +103,18 @@ ] }, "locked": { - "lastModified": 1783694054, - "narHash": "sha256-TxXVAAG94LMv8YmvBW7WjZa4xnA+0+01rW5Ads3N8RQ=", - "ref": "refs/heads/main", - "rev": "877c77b15fbc99e2fb8cced694e99c9a235c1d90", - "revCount": 71, + "lastModified": 1784707093, + "narHash": "sha256-+N6wQPjn6o4FBIRTXGk/pRJDHmphcH10NXB35tGrJC4=", + "ref": "mob/no-narhash", + "rev": "139e06aa7996bce0d477396cb72b104531f510e9", + "revCount": 74, "type": "git", - "url": "https://git.clan.lol/clan/clan-community" + "url": "https://git.clan.lol/kurogeek/clan-community" }, "original": { + "ref": "mob/no-narhash", "type": "git", - "url": "https://git.clan.lol/clan/clan-community" + "url": "https://git.clan.lol/kurogeek/clan-community" } }, "clan-core": { diff --git a/flake.nix b/flake.nix index 0722b41..5b060dd 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; clan-community = { - url = "git+https://git.clan.lol/clan/clan-community"; + url = "git+https://git.clan.lol/kurogeek/clan-community?ref=mob/no-narhash"; inputs.clan-core.follows = "clan-core"; inputs.flake-parts.follows = "flake-parts"; inputs.treefmt-nix.follows = "treefmt-nix";