about summary refs log tree commit diff
path: root/tools/nixery/storage
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27 refactor(storage): Rename ServeLayer -> ServeVincent Ambo3-10/+10
This is going to be used for general content-addressed objects, and is not layer specific anymore.
2019-11-27 refactor: Reshuffle file structure for better code layoutVincent Ambo3-0/+366
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.