Reproducible Nix packages for TEEs
Find a file
Harald Hoyer 1e8c8ed1c7
refactor: replace mkSGXContainer with sgxGramineContainer
- Deprecate `mkSGXContainer` in favor of `sgxGramineContainer`.
- Update references to use the new container creation function.
- Streamline the codebase by simplifying `overlays/libTee/default.nix`.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2024-08-08 14:34:34 +02:00
.github ci: change runners for execute jobs (#53) 2024-07-23 13:24:52 +00:00
overlays/libTee refactor: replace mkSGXContainer with sgxGramineContainer 2024-08-08 14:34:34 +02:00
packages refactor: replace mkSGXContainer with sgxGramineContainer 2024-08-08 14:34:34 +02:00
.gitignore feat: add GRAMINE_DIRECT 2024-06-14 20:43:03 +02:00
COPYING feat: initial commit 2024-02-07 11:25:05 +01:00
flake.lock chore: Migrate from cachix to Attic in nix and github workflows 2024-07-01 14:00:14 +02:00
flake.nix chore: Migrate from cachix to Attic in nix and github workflows 2024-07-01 14:00:14 +02:00
README.md docs: fix links in readme 2024-07-02 13:06:23 +02:00

nixsgx

This repository contains a Nix flake with up2date packages for the Intel SGX SDK and gramine.

Hopefully most of the packages will be upstreamed to nixpkgs at some point.

All package builds should be reproducible and therefore can be used to build reproducible enclave images.

Usage

See: https://github.com/matter-labs/teepot and https://github.com/matter-labs/era-fee-withdrawer/tree/gramine-sgx