element-web: passthru conf to allow extending it via modules without discarding already set config

This commit is contained in:
Sandro Jäckel 2024-11-11 16:36:01 +01:00
parent 7150b43a80
commit c479e5b604
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

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