about summary refs log tree commit diff
path: root/tools/nixery/config (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-24 chore: fix env var name in error messageJérôme Petazzoni1-1/+1
The error message shows the wrong variable name, which might be confusing for new users.
2020-12-04 docs(config): Fix comment typoDave Nicponski1-1/+1
2020-10-27 refactor(main): Split HTTP handlers into separate functionsVincent Ambo1-1/+1
There is a new handler coming up to fix #102 and I want to avoid falling into the classic Go trap of creating thousand-line functions.
2019-11-27 refactor: Reshuffle file structure for better code layoutVincent Ambo2-0/+243
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.