Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-25 | chore(build): Update pinned Go dependencies | Vincent Ambo | 1 | -41/+50 | |
2019-11-27 | refactor: Reshuffle file structure for better code layout | Vincent Ambo | 1 | -0/+129 | |
This gets rid of the package called "server" and instead moves everything into the project root, such that Go actually builds us a binary called `nixery`. This is the first step towards factoring out CLI-based functionality for Nixery. | |||||
2019-08-14 | refactor: Move registry server to a subfolder | Vincent Ambo | 1 | -120/+0 | |
2019-08-14 | chore(build): Update Go dependencies & add gonum | Vincent Ambo | 1 | -4/+13 | |
2019-07-23 | feat(build): Introduce build configuration using Nix | Vincent Ambo | 1 | -0/+111 | |
Rather than migrating to Bazel, it seems more appropriate to use Nix for this project. The project is split into several different components (for data dependencies and binaries). A derivation for building an image for Nixery itself will be added. |