osquery: restore tests in passthru

previous update accidentally removed the tests
This commit is contained in:
squalus
2024-07-14 11:33:03 -07:00
parent 0af9d835c2
commit 9ca507365b
+4
View File
@@ -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; {