about summary refs log tree commit diff
path: root/users/picnoir/tvix-daemon/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'users/picnoir/tvix-daemon/README.md')
-rw-r--r--users/picnoir/tvix-daemon/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/users/picnoir/tvix-daemon/README.md b/users/picnoir/tvix-daemon/README.md
new file mode 100644
index 0000000000..1c65790a22
--- /dev/null
+++ b/users/picnoir/tvix-daemon/README.md
@@ -0,0 +1,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
+```