base: use patch nheko for custom reacts
This commit is contained in:
parent
00bb67bc63
commit
8ba428b047
|
@ -35,6 +35,24 @@
|
||||||
overlays = [
|
overlays = [
|
||||||
inputs.artemist.overlays.default
|
inputs.artemist.overlays.default
|
||||||
inputs.fonts.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 =
|
config.allowUnfreePredicate =
|
||||||
pkg:
|
pkg:
|
||||||
|
|
Loading…
Reference in a new issue