about summary refs log tree commit diff
path: root/nix/buildGo/external/default.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-08-04 r/1579 feat(nix/buildGo): use gopkg attribute of depsedef1-1/+1
This removes the need for `map (x: x.gopkg)` in dependency lists. Change-Id: Ia19e51f14110bf22f5cdbb64fa7ce182e1b34241 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1624 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
2019-12-20 r/237 chore: Significantly restructure folder layoutVincent Ambo1-0/+95
This moves the various projects from "type-based" folders (such as "services" or "tools") into more appropriate semantic folders (such as "nix", "ops" or "web"). Deprecated projects (nixcon-demo & gotest) which only existed for testing/demonstration purposes have been removed. (Note: *all* builds are broken with this commit)