feat: pin mautrix until fixed in nixpkgs

This commit is contained in:
s-prechtl 2025-12-10 13:59:00 +01:00
parent c504bd8e6b
commit 63ffd218c2

View file

@ -14,6 +14,13 @@
return 200 '${builtins.toJSON data}';
'';
turn = config.services.coturn;
mautrix_whatsapp_old = import (pkgs.fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "88e8a4036877dc2d328fd3e7cb4e732eb037e49c";
# Run once without sha256 to get the wanted hash from the error message:
# sha256 = "sha256-...";
}) {};
in {
age.secrets.matrix = {
file = ../../secrets/matrix.age;
@ -252,6 +259,7 @@ in {
services.mautrix-whatsapp = {
enable = true;
environmentFile = config.age.secrets.mautrix-whatsapp.path;
package = mautrix_whatsapp_old.mautrix-whatsapp;
settings = {
homeserver = {
address = "http://localhost:8008";