ombi: add test passthru

This commit is contained in:
Andrei Pampu 2021-03-29 17:51:53 +03:00
parent b3082615d9
commit 07e70c2769
No known key found for this signature in database
GPG key ID: E49BA299263D4E23

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; {