base: use patch nheko for custom reacts

This commit is contained in:
Artemis Tosini 2024-05-14 02:39:14 +00:00
parent 00bb67bc63
commit 8ba428b047
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc

View file

@ -35,6 +35,24 @@
overlays = [
inputs.artemist.overlays.default
inputs.fonts.overlays.default
(final: prev: {
nheko = prev.nheko.overrideAttrs (attrs: {
patches =
attrs.patches
++ (with final; [
(fetchpatch {
name = "custom-reactions-display.patch";
url = "https://github.com/Nheko-Reborn/nheko/commit/2f1b3519d38c99ded45c1a9d9e86f5d4dd961238.patch";
hash = "sha256-1/7jisXw+VfC65SeDC15yVuHqx01OJlJkOVGeIiLeN4=";
})
(fetchpatch {
name = "custom-reactions-history.patch";
url = "https://github.com/Nheko-Reborn/nheko/commit/1994ea634eab69478cfdf1da37cbb9de62dbe595.patch";
hash = "sha256-P3nG9s4TWBwcEmEJlTpFsM4QQbRYNGmcRC4zZW8Zj4Y=";
})
]);
});
})
];
config.allowUnfreePredicate =
pkg: