isle/go-workspace
Brian Picciano 41e0b56617 Implement admin create-network command
This required a lot of re-implementation of how garage gets interacted
with, including updating cluster layout using the admin API and
initialization of the global bucket key.
2022-10-19 15:41:18 +02:00
..
src Implement admin create-network command 2022-10-19 15:41:18 +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.