From a0f101acf1ad4615983a9511bb3f74e1177cc351 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 20 Dec 2024 09:03:56 +0100 Subject: [PATCH] feat(teepot-crate): add libtdx_attest to dependencies - Included `nixsgx.sgx-dcap.libtdx_attest` in the dependencies list. - Ensures support for TDX attestation in the build environment. --- teepot-crate.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/teepot-crate.nix b/teepot-crate.nix index 1b2081d..4b59a63 100644 --- a/teepot-crate.nix +++ b/teepot-crate.nix @@ -28,6 +28,7 @@ let nixsgx.sgx-sdk nixsgx.sgx-dcap nixsgx.sgx-dcap.quote_verify + nixsgx.sgx-dcap.libtdx_attest ]; strictDeps = true;