Commit be8c4c2a authored by Arian van Putten's avatar Arian van Putten
Browse files

spire: add nixos tests to passthru

parent e5d87951
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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/";