ombi: add test passthru

This commit is contained in:
Andrei Pampu
2021-04-01 10:34:40 +03:00
parent b3082615d9
commit 07e70c2769
+2 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, makeWrapper, patchelf, openssl, libunwind, zlib, krb5, icu }:
{ lib, stdenv, fetchurl, makeWrapper, patchelf, openssl, libunwind, zlib, krb5, icu, nixosTests }:
let
os = if stdenv.isDarwin then "osx" else "linux";
@@ -53,6 +53,7 @@ in stdenv.mkDerivation rec {
passthru = {
updateScript = ./update.sh;
tests.smoke-test = nixosTests.ombi;
};
meta = with lib; {