homebox: add passthru.tests
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user