feat: override continuwuity package

This commit is contained in:
Katharina Heidenreich 2026-04-05 16:43:09 +02:00
parent 84bb31214c
commit 1a3d1f1fdd
4 changed files with 39 additions and 2 deletions

View file

@ -9,6 +9,12 @@ rec {
trusted_servers = [ "matrix.org" ];
memory_max = "512M";
livekit_url = "https://livekit.nudelerde.de/livekit/jwt";
package = {
version = "0.5.6";
sourceHash = "sha256-p6dL1wL9n+1ivUItdlZuLxTneDBjCHEdNr0ukau2rHI=";
cargoHash = "sha256-lLbnFA2WS96er84G2e9bGrYhhqe2zL3Npn1SXB3De2w=";
};
};
qbittorrent = {