diff --git a/pkgs/tools/system/osquery/default.nix b/pkgs/tools/system/osquery/default.nix index 1946a6f82005..4c9d5b54cb0f 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; {