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