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
lib,
3
fetchFromGitHub,
4
buildGoModule,
0
5
testers,
6
temporal,
7
}:
···
46
runHook postInstall
47
'';
48
49
-
passthru.tests.version = testers.testVersion {
50
-
package = temporal;
0
0
0
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 = {