47e45e0071
As part of this all "wait" constraints have been migrated to pure-go implementations, taking advantage of pmux's `StartAfterFunc` argument. nebula-entrypoint was the final main process besides the entrypoint itself, allowing us to get rid of cryptic-net-main. |
||
---|---|---|
.. | ||
src | ||
default.nix | ||
README.md |
go-workspace
This module is used for building all custom go binaries within the cryptic-net project.
The reason binaries are contained here, and not under the sub-directory for the sub-process the correspond to like most other code in this project, is that nix makes it difficult to compose multiple modules defined locally. If nix ever fixes this we should split this out.