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

This commit is contained in:
Sandro
2024-11-12 13:24:51 +01:00
committed by GitHub
@@ -23,4 +23,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru = {
inherit conf;
};
}