mirror of
https://github.com/matter-labs/teepot.git
synced 2025-10-28 04:14:09 +01:00
feat(tdx): add nix build for TDX google VMs
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
8270c389e4
commit
dc1e756ec6
11 changed files with 638 additions and 16 deletions
|
|
@ -25,7 +25,9 @@
|
|||
};
|
||||
|
||||
outputs = inputs:
|
||||
let src = ./.; in
|
||||
let
|
||||
src = ./.;
|
||||
in
|
||||
inputs.snowfall-lib.mkFlake {
|
||||
inherit inputs;
|
||||
inherit src;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue