refactor(tvix/nix-compat): move worker_protocol into nix_daemon mod
This doesn't have much to do with the plain "wire" format, it's merely one user of it. Also, use the more "public" `wire::` API to read/write bytes, strings, bools and u64s. Change-Id: I98dddcc3004dfde7a0c009958fe84a840f77b188 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11390 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: raitobezarius <tvl@lahfa.xyz> Reviewed-by: Brian Olsen <me@griff.name>
This commit is contained in:
parent
36b296609b
commit
742937d55c
5 changed files with 34 additions and 34 deletions
1
tvix/nix-compat/src/nix_daemon/mod.rs
Normal file
1
tvix/nix-compat/src/nix_daemon/mod.rs
Normal file
|
|
@ -0,0 +1 @@
|
|||
pub mod worker_protocol;
|
||||
Loading…
Add table
Add a link
Reference in a new issue