0e41a06121
The new code makes it a lot clearer what the sources of each file/directory is, and makes it more difficult to forget to add a file or directory. This will be helpful when it comes to bootstrapping an entire network, which will require yet a third way of generating bootstrap files. |
||
---|---|---|
.. | ||
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.