tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
temporal: Add NixOS test to passthru.tests
Jonathan Davies
5 months ago
04fa7e25
20da4c1b
+6
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
te
temporal
package.nix
+6
-2
pkgs/by-name/te/temporal/package.nix
···
2
2
lib,
3
3
fetchFromGitHub,
4
4
buildGoModule,
5
5
+
nixosTests,
5
6
testers,
6
7
temporal,
7
8
}:
···
46
47
runHook postInstall
47
48
'';
48
49
49
49
-
passthru.tests.version = testers.testVersion {
50
50
-
package = temporal;
50
50
+
passthru.tests = {
51
51
+
inherit (nixosTests) temporal;
52
52
+
version = testers.testVersion {
53
53
+
package = temporal;
54
54
+
};
51
55
};
52
56
53
57
meta = {