summary refs log tree commit diff
path: root/pkgs/tools/system/netdata
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-08-28 09:49:26 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-08-28 09:50:16 +0100
commit67d6ea03c9bb775039fbc4e8ee02851bfa456628 (patch)
treefbdbe1ddc7e0aa32c4aca8ec89dc7687e2f9e2ff /pkgs/tools/system/netdata
parentaf8e52634782786e886594bed57deebc07ac518d (diff)
downloadnixpkgs-67d6ea03c9bb775039fbc4e8ee02851bfa456628.tar
nixpkgs-67d6ea03c9bb775039fbc4e8ee02851bfa456628.tar.gz
nixpkgs-67d6ea03c9bb775039fbc4e8ee02851bfa456628.tar.bz2
nixpkgs-67d6ea03c9bb775039fbc4e8ee02851bfa456628.tar.lz
nixpkgs-67d6ea03c9bb775039fbc4e8ee02851bfa456628.tar.xz
nixpkgs-67d6ea03c9bb775039fbc4e8ee02851bfa456628.tar.zst
nixpkgs-67d6ea03c9bb775039fbc4e8ee02851bfa456628.zip
netdata: reference nixos tests
Diffstat (limited to 'pkgs/tools/system/netdata')
-rw-r--r--pkgs/tools/system/netdata/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/system/netdata/default.nix b/pkgs/tools/system/netdata/default.nix
index 7d4f1669b83..752721689ba 100644
--- a/pkgs/tools/system/netdata/default.nix
+++ b/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/";