isle/go-workspace
Brian Picciano 936ca8d48f Factor out garage-apply-layout-diff
The new code runs the equivalent functionality within the daemon go
code. It was required to make Env be immutable in order to prevent race
conditions (this really should have been done from the beginning
anyway).
2022-10-19 16:20:26 +02:00
..
src Factor out garage-apply-layout-diff 2022-10-19 16:20:26 +02:00
default.nix Update nebula to v1.6.1 in go-workspace 2022-10-11 20:18:14 +02:00
README.md First public commit 2022-07-04 15:18:55 -06:00

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.