256lights / zb

An experiment in hermetic, reproducible build systems
MIT License
310 stars 5 forks source link

Create build daemon #5

Closed zombiezen closed 2 months ago

zombiezen commented 4 months ago

I want to create a build daemon backend so that zb can run without a Nix installation. I'm thinking the protocol should be JSON-RPC-ish for simplicity. I like the LSP framing format, since that would also permit streaming NAR imports as a separate content type.