diff options
| author | stuebinm | 2026-09-02 00:50:53 +0200 |
|---|---|---|
| committer | stuebinm | 2026-09-02 00:50:53 +0200 |
| commit | 9048e698ad3d24e8432ea5fa48015503d13ad3b2 (patch) | |
| tree | 3f959586152bc4d432799028e462fbee9fcb9876 /pkgs/overlay.nix | |
| parent | db2cb1d1ac2b887542fa0308832f769cee2ac55f (diff) | |
update sources, adjust patches & overlay
element had a major update, its new UI is even less hackable than the
old one. Progress!
Diffstat (limited to 'pkgs/overlay.nix')
| -rw-r--r-- | pkgs/overlay.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index d7b5769..eacf396 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -156,13 +156,13 @@ in apps/web/res/fonts/Twemoji_Mozilla/TwemojiMozilla-colr.woff2 ln -sf ${TwemojiMozilla-sbix} \ apps/web/res/fonts/Twemoji_Mozilla/TwemojiMozilla-sbix.woff2 - substituteInPlace apps/web/src/stores/room-list/ListLayout.ts \ - --replace "TILE_HEIGHT_PX = 44" "TILE_HEIGHT_PX = 32" + # substituteInPlace apps/web/src/stores/room-list/ListLayout.ts \ + # --replace "TILE_HEIGHT_PX = 44" "TILE_HEIGHT_PX = 32" ''; }; tracktrain = self.callPackage inputs.tracktrain { - compiler = "default"; + #compiler = "default"; }; bahnhof-name = |
