Unverified Commit 906f3ffa authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

element-web: passthru conf to allow extending it via modules without...

element-web: passthru conf to allow extending it via modules without discarding already set config (#355225)
parents acbab2f0 c479e5b6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,4 +23,8 @@ stdenv.mkDerivation rec {

    runHook postInstall
  '';

  passthru = {
    inherit conf;
  };
}