about summary refs log tree commit diff
path: root/ops/kontemplate/default.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-04-10 r/2464 refactor(ops): Consistent use of depot.third_party vs. pkgsVincent Ambo1-4/+4
In preparation for the solution of b/108, we need to consistently use `depot.third_party` for packages that are only packed in the TVL depot and `pkgs` for things that come from nixpkgs. This commit cleans up a huge chunk of these uses in //ops Change-Id: I00faeb969eaa70760a26256274925b07998c2351 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2915 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
2020-06-24 r/1073 chore: Update 'master -> canon' in various placesVincent Ambo1-1/+1
Change-Id: I901c023f707a0223af673c217c65434e26e2ab1f Reviewed-on: https://cl.tvl.fyi/c/depot/+/568 Reviewed-by: lukegb <lukegb@tvl.fyi>
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo1-2/+2
2019-12-20 r/252 fix(kontemplate): Make build compatible with readTreeVincent Ambo1-2/+2
The kontemplate build will keep using `buildGoPackage` for now until I've had the time to add tests to //nix/buildGo
2019-12-20 chore(kontemplate): Prepare kontemplate for depot-mergeVincent Ambo1-0/+36
This merge will not yet include moving over to buildGo.nix, as support for testing and such is not present in that library yet.