temporal: Add NixOS test to passthru.tests

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