spire: add nixos tests to passthru

This commit is contained in:
Arian van Putten
2026-02-27 11:42:34 +01:00
parent e5d8795180
commit be8c4c2a60
+5
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
nixosTests,
openssl,
}:
@@ -85,6 +86,10 @@ buildGoModule (finalAttrs: {
runHook postInstallCheck
'';
passthru.tests = {
inherit (nixosTests) spire;
};
meta = {
description = "SPIFFE Runtime Environment";
homepage = "https://spiffe.io/";