tvl-depot/users/picnoir/tvix-daemon/README.md
Picnoir 798f8b9d43 docs(users/picnoir/tvix-daemon): update readme shell
Change-Id: I16c25b43a92ba650f9862ab46d11f29e940cb7ae
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11226
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
2024-03-22 05:58:49 +00:00

16 lines
413 B
Markdown

# Tvix-daemon
A **super** incomplete implementation of a Nix-compatible daemon. Same as the original except it's backed by Tvix-Store.
For now, this is mostly used as a playground to implement the Nix daemon wire format in nix-compat.
On the long run, I hope this to be useful to get some real-world usage experience of tvix-store.
## Build
When inside this directory:
```sh
mg shell :shell
cargo build
```