about summary refs log tree commit diff
path: root/pkgs/tools/system/osquery
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/osquery')
-rw-r--r--pkgs/tools/system/osquery/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/system/osquery/default.nix b/pkgs/tools/system/osquery/default.nix
index 1946a6f820058..4c9d5b54cb0f4 100644
--- a/pkgs/tools/system/osquery/default.nix
+++ b/pkgs/tools/system/osquery/default.nix
@@ -12,6 +12,7 @@
 , writeShellApplication
 , jq
 , removeReferencesTo
+, nixosTests
 }:
 
 let
@@ -118,6 +119,9 @@ stdenvNoCC.mkDerivation rec {
 
   passthru = {
     inherit extractOpensslInfo opensslSrc toolchain;
+    tests = {
+      inherit (nixosTests) osquery;
+    };
   };
 
   meta = with lib; {