diff options
Diffstat (limited to 'users/picnoir/tvix-daemon/README.md')
-rw-r--r-- | users/picnoir/tvix-daemon/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/users/picnoir/tvix-daemon/README.md b/users/picnoir/tvix-daemon/README.md new file mode 100644 index 000000000000..8cf6fab4207d --- /dev/null +++ b/users/picnoir/tvix-daemon/README.md @@ -0,0 +1,14 @@ +# 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 + +```sh +mg shell //tvix:shell +cargo build +``` |