immich-machine-learning: add passthru.tests

This commit is contained in:
Robert Schütz 2024-09-28 16:02:29 -07:00
parent 1e5c375325
commit a394d78f61

View File

@ -3,6 +3,7 @@
fetchFromGitHub,
immich,
python3,
nixosTests,
}:
let
python = python3.override {
@ -96,6 +97,10 @@ python.pkgs.buildPythonApplication rec {
--log-config-json $out/share/immich/log_conf.json"
'';
passthru.tests = {
inherit (nixosTests) immich;
};
meta = {
description = "Self-hosted photo and video backup solution (machine learning component)";
homepage = "https://immich.app/";