feat(matrix): Switch to conduwuit

This fixes support for the new sliding sync API.
This commit is contained in:
Tristan Daniël Maat 2025-04-04 21:06:27 +08:00
parent a398790ef4
commit 3c6afa0c66
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 807 additions and 139 deletions

View file

@ -4,6 +4,10 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11-small";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable-small";
conduwuit = {
url = "github:girlbossceo/conduwuit";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";