matrix-synapse-unwrapped: add update script
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user