netdata: reference nixos tests

wip/yesman
Jörg Thalheim 4 years ago
parent af8e526347
commit 67d6ea03c9
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92
  1. 3
      pkgs/tools/system/netdata/default.nix

@ -1,6 +1,7 @@
{ stdenv, callPackage, fetchFromGitHub, autoreconfHook, pkgconfig
, CoreFoundation, IOKit, libossp_uuid
, curl, libcap, libuuid, lm_sensors, zlib, fetchpatch
, nixosTests
, withCups ? false, cups
, withDBengine ? true, libuv, lz4, judy
, withIpmi ? (!stdenv.isDarwin), freeipmi
@ -71,6 +72,8 @@ in stdenv.mkDerivation rec {
rm -r $out/sbin
'';
passthru.tests.netdata = nixosTests.netdata;
meta = {
description = "Real-time performance monitoring tool";
homepage = "https://my-netdata.io/";

Loading…
Cancel
Save