influxdb: add passthru.tests

This commit is contained in:
zowoq 2022-10-22 13:52:19 +10:00
parent 711f79539c
commit 5beacfe327

View File

@ -1,4 +1,4 @@
{ lib, buildGoModule, fetchFromGitHub, stdenv, pkg-config, rustPlatform, llvmPackages, libiconv, fetchpatch }:
{ lib, buildGoModule, fetchFromGitHub, stdenv, pkg-config, rustPlatform, llvmPackages, libiconv, fetchpatch, nixosTests }:
let
libflux_version = "0.170.1";
@ -78,6 +78,8 @@ buildGoModule rec {
excludedPackages = "test";
passthru.tests = { inherit (nixosTests) influxdb; };
meta = with lib; {
description = "An open-source distributed time series database";
license = licenses.mit;