1
0

Revert "pkgs/overrides: Dino uses OMEMO by default for new conversations"

Fixed upstream

This reverts commit 1c087b0c9f.
This commit is contained in:
2025-05-27 16:35:34 +02:00
parent 3f2c0fc244
commit f70421d8f9
2 changed files with 0 additions and 11 deletions

View File

@@ -1,10 +0,0 @@
final: prev:
prev.dino.overrideAttrs (finalAttrs: prevAttrs: {
patches = [
(final.fetchpatch {
# in new chats, enable omemo by default
url = "https://cyberchaos.dev/-/snippets/25/raw/main/omemo-default.patch";
hash = "sha256-WXu9R+SKexgSQ93sQfFXG2CIboW3pYe5d1nsiP07wtE=";
})
];
})

View File

@@ -27,6 +27,5 @@
update-from-hydra = final: prev: final.callPackage ./update-from-hydra {};
uptimestatus = final: prev: final.python3.pkgs.callPackage ./uptimestatus {};
dino = final: prev: import ./overrides/dino.nix final prev;
xmppc = final: prev: import ./overrides/xmppc.nix final prev;
}