mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
[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:
commit
a00794f847
@ -23,4 +23,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
inherit conf;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user