temporal: Add NixOS test to passthru.tests

+6 -2
+6 -2
pkgs/by-name/te/temporal/package.nix
··· 2 lib, 3 fetchFromGitHub, 4 buildGoModule, 5 testers, 6 temporal, 7 }: ··· 46 runHook postInstall 47 ''; 48 49 - passthru.tests.version = testers.testVersion { 50 - package = temporal; 51 }; 52 53 meta = {
··· 2 lib, 3 fetchFromGitHub, 4 buildGoModule, 5 + nixosTests, 6 testers, 7 temporal, 8 }: ··· 47 runHook postInstall 48 ''; 49 50 + passthru.tests = { 51 + inherit (nixosTests) temporal; 52 + version = testers.testVersion { 53 + package = temporal; 54 + }; 55 }; 56 57 meta = {