Unverified Commit 4c963433 authored by transcaffeine's avatar transcaffeine
Browse files

matrix-synapse: move to pkgs/by-name

parent 3be0734c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ python3.pkgs.buildPythonApplication rec {

  passthru = {
    tests = { inherit (nixosTests) matrix-synapse matrix-synapse-workers; };
    inherit plugins tools;
    inherit plugins;
    python = python3;
  };

Loading