Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-22 | fix(buildGo): Use stable build ID when linking outputs | Vincent Ambo | 1 | -2/+2 | |
This is another step towards build reproducibility, which Go is traditionally very bad at. | |||||
2019-11-22 | fix(buildGo): Ensure names of proto-generated files are correct | Vincent Ambo | 1 | -1/+1 | |
2019-11-22 | refactor(buildGo): Minor cleanups of buildGo implementation | Vincent Ambo | 1 | -52/+25 | |
2019-11-21 | feat(buildGo): Introduce Bazel-style Nix builders for Go | Vincent Ambo | 1 | -0/+169 | |
2019-11-15 | chore(nix): Move files around to conform to new read-tree layout | Vincent Ambo | 7 | -0/+137 | |
Broadly speaking, the following things are included: * there is now a uniform `args` struct that is passed to all derivations, package headers have been changed appropriately * overrides are now loaded from a separate `override` folder just using read-tree.nix * third-party packages have moved into the `third_party` attribute set |