blob: 9fb32efb4b827bf0231976a87402c83a8ba7f2e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
The TVL Kit
===========
This folder contains a publicly available version of the core TVL
tooling, currently comprising of:
* `buildkite`: TVL tooling for dynamically generating Buildkite
pipelines with Nix.
* `buildGo`: Nix-based build system for Go.
* `readTree`: Nix library to dynamically compute attribute trees
corresponding to the physical layout of a repository.
* `besadii`: Configurable Gerrit/Buildkite integration hook.
It can be accessed via git by cloning it as such:
git clone https://code.tvl.fyi/depot.git:workspace=views/kit.git tvl-kit
If you are looking at this within the TVL depot, you can see the
[josh][] configuration in `workspace.josh`. You will find the projects
at slightly different paths within the depot.
[josh]: https://github.com/josh-project/josh/
|