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; + }; }