mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
element-web: passthru conf to allow extending it via modules without discarding already set config
This commit is contained in:
parent
7150b43a80
commit
c479e5b604
@ -23,4 +23,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
inherit conf;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user