[Backport release-24.05] element-web: passthru conf to allow extending it via modules without discarding already set config (#355410)

This commit is contained in:
Nick Cao 2024-11-17 08:52:50 -05:00 committed by GitHub
commit a00794f847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,4 +23,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru = {
inherit conf;
};
}