diff --git a/pkgs/servers/search/quickwit/default.nix b/pkgs/servers/search/quickwit/default.nix index 39cf1b7c1548..095bfc679aa4 100644 --- a/pkgs/servers/search/quickwit/default.nix +++ b/pkgs/servers/search/quickwit/default.nix @@ -2,6 +2,7 @@ , lib , fetchFromGitHub , rustPlatform +, nixosTests , nix-update-script , protobuf , rust-jemalloc-sys @@ -53,7 +54,13 @@ rustPlatform.buildRustPackage rec { PROTOC = "${protobuf}/bin/protoc"; PROTOC_INCLUDE = "${protobuf}/include"; - passthru.updateScript = nix-update-script { }; + passthru = { + tests = { + inherit (nixosTests) quickwit; + inherit (nixosTests.vector) syslog-quickwit; + }; + updateScript = nix-update-script { }; + }; checkFlags = [ # tries to make a network access