Unverified Commit cdfbedc7 authored by Sumner Evans's avatar Sumner Evans
Browse files

matrix-synapse-unwrapped: add update script

parent 7d1ed12e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  rustPlatform,
  rustc,
  nixosTests,
  callPackage,
  nix-update-script,
}:

let
@@ -178,6 +178,7 @@ python3.pkgs.buildPythonApplication rec {
    tests = { inherit (nixosTests) matrix-synapse matrix-synapse-workers; };
    inherit plugins;
    python = python3;
    updateScript = nix-update-script { };
  };

  meta = with lib; {