summaryrefslogtreecommitdiff
path: root/pkgs/overlay.nix
diff options
context:
space:
mode:
authorstuebinm2024-11-11 22:15:14 +0100
committerstuebinm2024-11-11 22:15:14 +0100
commit5ede15b6ff65a41b32fb214a9e6016a93bd94083 (patch)
treeeb7d41bcc99c5932eac735cb4c9ca81a66d886f7 /pkgs/overlay.nix
parentb378599f0a0dcee80049a10f6428bf90bedd6c40 (diff)
update sources, use stable lixHEADmain
also element has now bundled in the matrix-react-sdk, so some paths inside it have changed.
Diffstat (limited to 'pkgs/overlay.nix')
-rw-r--r--pkgs/overlay.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index c7e929e..679fef8 100644
--- a/pkgs/overlay.nix
+++ b/pkgs/overlay.nix
@@ -181,10 +181,10 @@ in
};
in ''
ln -sf ${TwemojiMozilla-colr} \
- node_modules/matrix-react-sdk/res/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.woff2
+ res/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.woff2
ln -sf ${TwemojiMozilla-sbix} \
- node_modules/matrix-react-sdk/res/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.woff2
- substituteInPlace node_modules/matrix-react-sdk/src/stores/room-list/ListLayout.ts \
+ res/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.woff2
+ substituteInPlace src/stores/room-list/ListLayout.ts \
--replace "TILE_HEIGHT_PX = 44" "TILE_HEIGHT_PX = 32"
'';
};