about summary refs log tree commit diff
path: root/tools/nixery/logs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-27 refactor: Reshuffle file structure for better code layoutVincent Ambo1-0/+119
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.