This adds code allowing to parse (and emit) the "internal-json" log format that Nixcpp emits. Move the Verbosity struct from worker_protocol.rs out into src/log/mod.rs, it's not only used there. Change-Id: Ia35e739c83e06080a677b576616bdd0d4a821cf4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13167 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Brian Olsen <me@griff.name> Reviewed-by: edef <edef@edef.eu> |
||
|---|---|---|
| .. | ||
| src | ||
| vm-test | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.nix | ||
| Cargo.toml | ||
| default.nix | ||
| README.md | ||
| shell.nix | ||
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:
mg shell :shell
cargo build