feat(tvix/nix-daemon): Initial skeleton for nix-daemon
The goal is to create a drop-in replacement nix-daemon that nix-cpp can use as a `daemon` store. Change-Id: Ie092047dcc6a24a3b8d8d1b808f3e6fd2c493bf2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12711 Reviewed-by: flokli <flokli@flokli.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
eb2ca5f079
commit
9e294db820
6 changed files with 213 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ members = [
|
|||
"nix-compat",
|
||||
"nix-compat-derive",
|
||||
"nix-compat-derive-tests",
|
||||
"nix-daemon",
|
||||
"serde",
|
||||
"store",
|
||||
"tracing",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue