ombi: add test passthru
This commit is contained in:
parent
b3082615d9
commit
07e70c2769
|
@ -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
|
let
|
||||||
os = if stdenv.isDarwin then "osx" else "linux";
|
os = if stdenv.isDarwin then "osx" else "linux";
|
||||||
|
@ -53,6 +53,7 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = ./update.sh;
|
updateScript = ./update.sh;
|
||||||
|
tests.smoke-test = nixosTests.ombi;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in New Issue