Commit f4a1842a authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

homebox: add passthru.tests

parent 46ef0f39
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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/";