256lights / zb

An experiment in hermetic, reproducible build systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create build daemon

zombiezen opened this issue · comments

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.