about summary refs log tree commit diff
path: root/users/picnoir/tvix-daemon/README.md
blob: 1c65790a22e9688ebc6909843cff324a3645b407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
```