Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-27 | refactor: Reshuffle file structure for better code layout | Vincent Ambo | 1 | -1/+1 | |
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 | style: Apply nixfmt to trivial Nix files | Vincent Ambo | 1 | -5/+2 | |
ALl the ones except for build-image.nix are considered trivial. On the latter, nixfmt makes some useful changes but by-and-large it is not ready for that code yet. | |||||
2019-08-14 | feat: Add shell.nix for running a local Nixery | Vincent Ambo | 1 | -0/+27 | |