zenoh: add nixos test to tests

This commit is contained in:
Markus Kowalewski
2025-01-17 13:11:41 +01:00
parent cd40fe8345
commit 3606cbed05
+7 -3
View File
@@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
nixosTests,
testers,
zenoh,
}:
@@ -33,9 +34,12 @@ rustPlatform.buildRustPackage rec {
doCheck = false;
passthru.tests.version = testers.testVersion {
package = zenoh;
version = "v" + version;
passthru.tests = {
version = testers.testVersion {
package = zenoh;
version = "v" + version;
};
zenohd = nixosTests.zenohd;
};
meta = {