From c479e5b604d14877515ad77cceeb1d0cac1adff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 11 Nov 2024 16:36:01 +0100 Subject: [PATCH] element-web: passthru conf to allow extending it via modules without discarding already set config --- .../instant-messengers/element/element-web-wrapper.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/networking/instant-messengers/element/element-web-wrapper.nix b/pkgs/applications/networking/instant-messengers/element/element-web-wrapper.nix index c9a143ecb49e..e6dc8fb84c7d 100644 --- a/pkgs/applications/networking/instant-messengers/element/element-web-wrapper.nix +++ b/pkgs/applications/networking/instant-messengers/element/element-web-wrapper.nix @@ -23,4 +23,8 @@ stdenv.mkDerivation rec { runHook postInstall ''; + + passthru = { + inherit conf; + }; }