about summary refs log tree commit diff
path: root/overrides/buildGo.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-13 r/126 chore(overrides): Bump buildGo.nix to add ASM supportVincent Ambo1-1/+1
This is required to build `x/sys`, which is required by the blog_cli
2019-12-13 r/122 chore(overrides): Upgrade buildGo.nixVincent Ambo1-1/+1
2019-12-09 r/108 fix(third_party): Expose various other missing dependenciesVincent Ambo1-1/+1
2019-12-09 r/100 refactor: Introduce new layout with nixpkgs in third_partyVincent Ambo1-2/+4
This is not the final layout yet, but makes it so that my top-level attribute set is no longer overlaid into nixpkgs itself. This is useful for other people who are importing my monorepo.
2019-11-27 chore(overrides): Import buildGo.nix from external repositoryVincent Ambo1-147/+4
2019-11-25 feat(buildGo): Add x_defs supportVincent Ambo1-4/+9
2019-11-22 fix(buildGo): Use stable build ID when linking outputsVincent Ambo1-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 correctVincent Ambo1-1/+1
2019-11-22 refactor(buildGo): Minor cleanups of buildGo implementationVincent Ambo1-52/+25
2019-11-21 feat(buildGo): Introduce Bazel-style Nix builders for GoVincent Ambo1-0/+169