temporal: Add NixOS test to passthru.tests

This commit is contained in:
Jonathan Davies
2025-08-24 16:36:57 +00:00
parent 20da4c1b70
commit 04fa7e2527
+6 -2
View File
@@ -2,6 +2,7 @@
lib,
fetchFromGitHub,
buildGoModule,
nixosTests,
testers,
temporal,
}:
@@ -46,8 +47,11 @@ buildGoModule rec {
runHook postInstall
'';
passthru.tests.version = testers.testVersion {
package = temporal;
passthru.tests = {
inherit (nixosTests) temporal;
version = testers.testVersion {
package = temporal;
};
};
meta = {