Commit 9ca50736 authored by squalus's avatar squalus
Browse files

osquery: restore tests in passthru

previous update accidentally removed the tests
parent 0af9d835
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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; {