From 9ca507365baf1d6fd0012fb688b249e41ddaef6d Mon Sep 17 00:00:00 2001 From: squalus Date: Sun, 14 Jul 2024 11:33:00 -0700 Subject: osquery: restore tests in passthru previous update accidentally removed the tests --- pkgs/tools/system/osquery/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/tools/system/osquery') 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; { -- cgit 1.4.1