b8ef3e5263
This adds the materials for the talk held at NixCon 2023, Darmstadt. It seems it's not really possible to export a PDF out of this, at least I couldn't get reveal-md to do it properly. The video recordings live on https://media.ccc.de/v/nixcon-2023-35254-tvix and https://www.youtube.com/watch?v=j67prAPYScY . Change-Id: Id27dc8c8637ffd455981141383c54d8d1484679e Reviewed-on: https://cl.tvl.fyi/c/depot/+/9750 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
19 lines
327 B
Text
19 lines
327 B
Text
digraph {
|
|
bgcolor="transparent"
|
|
node [fillcolor="lightgrey",style="filled"]
|
|
|
|
tvix_cli
|
|
tvix_eval
|
|
nix_compat
|
|
tvix_serde
|
|
tvix_store
|
|
|
|
tvix_cli -> tvix_store
|
|
tvix_cli -> nix_compat
|
|
tvix_cli -> tvix_eval
|
|
|
|
tvix_store -> nix_compat
|
|
tvix_eval -> nix_compat
|
|
|
|
tvix_serde -> tvix_eval
|
|
}
|