Skip to content

Commit

Permalink
element-web: add back conf override option
Browse files Browse the repository at this point in the history
(cherry picked from commit 64b85b8)
  • Loading branch information
teutat3s authored and github-actions[bot] committed Dec 21, 2024
1 parent 60dfff3 commit f49a12e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2326,6 +2326,10 @@ with pkgs;

electronplayer = callPackage ../applications/video/electronplayer/electronplayer.nix { };

element-web = callPackage ../by-name/el/element-web/package.nix {
conf = config.element-web.conf or { };
};

elm-github-install = callPackage ../tools/package-management/elm-github-install { };

espanso-wayland = espanso.override {
Expand Down

0 comments on commit f49a12e

Please sign in to comment.