immich-machine-learning: add passthru.tests
This commit is contained in:
parent
1e5c375325
commit
a394d78f61
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user