Commit Graph

4 Commits

Author SHA1 Message Date
Jérôme Petazzoni
2a90581cc6 chore: fix env var name in error message
The error message shows the wrong variable name, which might
be confusing for new users.
2021-12-24 20:06:50 +03:00
Dave Nicponski
00637a1471 docs(config): Fix comment typo 2020-12-04 14:17:21 +01:00
Vincent Ambo
d8c4cd58d3 refactor(main): Split HTTP handlers into separate functions
There is a new handler coming up to fix  and I want to avoid
falling into the classic Go trap of creating thousand-line functions.
2020-10-27 14:03:14 +01:00
Vincent Ambo
93ec101c60 refactor: Reshuffle file structure for better code layout
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-11-27 14:12:38 +00:00