about summary refs log tree commit diff
path: root/tools/nixery/build-image/go-deps.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-08-14 style: Apply nixfmt to trivial Nix filesVincent Ambo1-11/+9
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 refactor(server): Use wrapper script to avoid path dependencyVincent Ambo1-0/+12
Instead of requiring the server component to be made aware of the location of the Nix builder via environment variables, this commit introduces a wrapper script for the builder that can simply exist on the builders $PATH. This is one step towards a slightly nicer out-of-the-box experience when using `nix-build -A nixery-bin`.