about summary refs log tree commit diff
path: root/tools/nixery/go-deps.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-07-25 chore(build): Update pinned Go dependenciesVincent Ambo1-41/+50
2019-11-27 refactor: Reshuffle file structure for better code layoutVincent Ambo1-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 subfolderVincent Ambo1-120/+0
2019-08-14 chore(build): Update Go dependencies & add gonumVincent Ambo1-4/+13
2019-07-23 feat(build): Introduce build configuration using NixVincent Ambo1-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.