From 07c0fc44d0abae802464fb27f2a293b58be9d042 Mon Sep 17 00:00:00 2001 From: Haonan Chen Date: Tue, 16 Dec 2025 17:14:57 +0800 Subject: [PATCH] flake: downgrade misskey --- flake.lock | 9 +++++---- flake.nix | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 74999b6d..e45a6f55 100644 --- a/flake.lock +++ b/flake.lock @@ -716,16 +716,17 @@ "misskey": { "flake": false, "locked": { - "lastModified": 1765853869, - "narHash": "sha256-iqQ33UDp4CIfAgvoGBvKLQ40n7AtyAEq/Q1YfIOwaig=", + "lastModified": 1763024921, + "narHash": "sha256-u0eDAO3XAfVICtv+VN58FuMYxOvmBX826gARvzBhR5w=", "ref": "refs/heads/chn-mod", - "rev": "eed3e133a6fc263f60fbe958659c9ac81a9b2e57", - "revCount": 28247, + "rev": "4c0425d6a229d3a75f2ff01cc30cf90434381cec", + "revCount": 28021, "submodules": true, "type": "git", "url": "https://github.com/CHN-beta/misskey" }, "original": { + "rev": "4c0425d6a229d3a75f2ff01cc30cf90434381cec", "submodules": true, "type": "git", "url": "https://github.com/CHN-beta/misskey" diff --git a/flake.nix b/flake.nix index 2e23e45f..25825273 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ harmonia.url = "github:nix-community/harmonia"; nix-cachyos-kernel = { url = "github:CHN-beta/nix-cachyos-kernel"; inputs.nixpkgs.follows = "nixpkgs"; }; - misskey = { url = "git+https://github.com/CHN-beta/misskey?submodules=1"; flake = false; }; + misskey = { url = "git+https://github.com/CHN-beta/misskey?submodules=1&rev=4c0425d6a229d3a75f2ff01cc30cf90434381cec"; flake = false; }; rsshub = { url = "github:DIYgod/RSSHub"; flake = false; }; zpp-bits = { url = "github:eyalz800/zpp_bits"; flake = false; }; concurrencpp = { url = "github:David-Haim/concurrencpp"; flake = false; };