ombi: add test passthru

wip/yesman
Andrei Pampu 3 years ago
parent b3082615d9
commit 07e70c2769
No known key found for this signature in database
GPG Key ID: E49BA299263D4E23
  1. 3
      pkgs/servers/ombi/default.nix

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

Loading…
Cancel
Save