about summary refs log tree commit diff
path: root/fun/streamTVL/default.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-31 r/3929 chore(fun/streamTVL): Remove packageVincent Ambo1-19/+0
This hasnt been used in a looong time. Change-Id: Iee1a142cd6a433a8c1f03a30cbec59331044a99f Reviewed-on: https://cl.tvl.fyi/c/depot/+/5430 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
2021-04-10 r/2462 refactor(fun): Consistent use of depot.third_party vs. pkgsVincent Ambo1-3/+3
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 //fun Change-Id: I45a7b392a9749fa7859ff5100dcea415bda807c3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2914 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
2020-04-21 r/647 chore(fun): //fun/tvl -> //fun/streamTVLVincent Ambo1-0/+19
Otherwise this is confusing because //web/tvl is now a thing.