homebox: add passthru.tests

This commit is contained in:
Bjørn Forsman
2024-10-10 20:48:07 +02:00
parent 46ef0f39dd
commit f4a1842ad5
+7
View File
@@ -7,6 +7,7 @@
go,
git,
cacert,
nixosTests,
}:
let
pname = "homebox";
@@ -72,6 +73,12 @@ buildGoModule {
"-X main.commit=${version}"
];
passthru = {
tests = {
inherit (nixosTests) homebox;
};
};
meta = {
mainProgram = "api";
homepage = "https://homebox.software/";