Merge pull request #327174 from squalus/osquery-test

osquery: restore tests in passthru
This commit is contained in:
Aleksana 2024-07-15 15:37:00 +08:00 committed by GitHub
commit abed455f41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; {