b35a3d6574
There has been over 1 year of commit history leading up to this point, but almost all of that has had some kind network configuration or secrets built into the code. As of today all of that has been removed, and the codebase can finally be published! I am keeping a private copy of the previous commit history, though it's unclear if it will ever be able to be published.
10 lines
378 B
Markdown
10 lines
378 B
Markdown
# 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.
|