isle/go-workspace
Brian Picciano 836e69735d Some large inter-related refactors, moving towards network creation command
Host types have been moved within the `bootstrap` package.

Refactored how boostrap FS is interacted with. There is now a
`Bootstrap` struct which has pre-loaded all data within the bootstrap
FS. This helps centralize the logic around reading the data (though not
yet completely).

Choosing of the garage node to interact with no longer occurs in like
three different places. It occurs at the environment level now, and is
aided by the new `garage.Peer` type.
2022-10-15 16:28:03 +02:00
..
src Some large inter-related refactors, moving towards network creation command 2022-10-15 16:28:03 +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.