diff options
author | Florian Klink <flokli@flokli.de> | 2023-09-12T08·14+0200 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-09-12T08·19+0000 |
commit | 5c32fb8ee2878673f3dffa6728960cf14150902b (patch) | |
tree | bdb470ec440de6c2cda24aa417395cb90bb6a933 /tvix | |
parent | 424ac8b577b6fda42ca9005194288d66b82e13e0 (diff) |
docs(tvix/website): add tvix-store r/6580
Change-Id: I9f7021ce08d0259be06932b71a83ee0361e5096d Reviewed-on: https://cl.tvl.fyi/c/depot/+/9296 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI
Diffstat (limited to 'tvix')
-rw-r--r-- | tvix/website/landing-en.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/website/landing-en.md b/tvix/website/landing-en.md index 2018e67b0679..b6419b6342c1 100644 --- a/tvix/website/landing-en.md +++ b/tvix/website/landing-en.md @@ -13,6 +13,7 @@ Tvix is developed as a GPLv3-licensed open-source project by There are several projects within Tvix, such as: * `//tvix/eval` - an implementation of the Nix programming language +* `//tvix/store` - filesystem subtree storage/transfer in a content-addressed fashion * `//tvix/serde` - a Rust library for using the Nix language for config files * `//tvix/nix-compat` - a Rust library for compatibility with C++ Nix features like encodings and hashing schemes |