tranquil-pds: add nixos test to passthru

This commit is contained in:
nelind
2026-05-29 00:22:59 +02:00
parent 46a9ac2071
commit 0b8e37fa0f
+3
View File
@@ -5,6 +5,7 @@
pkg-config,
openssl,
protobuf,
nixosTests,
}:
rustPlatform.buildRustPackage (finalAttrs: {
@@ -34,6 +35,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
# disable the check phase for now
doCheck = false;
passthru.tests = { inherit (nixosTests) tranquil-pds; };
meta = {
description = "Tranquil ATProto Personal Data Server implementation written in Rust";
homepage = "https://tangled.org/tranquil.farm/tranquil-pds";