feat(tvl-kit): add magrathea to TVL kit

this tool is generically useful for other TVL-like setups

Change-Id: I182259a7ddb61b4ebdce98ef7893a0ac58a6baec
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5271
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Reviewed-by: ezemtsov <eugene.zemtsov@gmail.com>
This commit is contained in:
Vincent Ambo 2022-02-11 13:10:23 +03:00 committed by clbot
parent 8df073a1e0
commit 82ba42c439
3 changed files with 5 additions and 0 deletions

View file

@ -6,3 +6,5 @@
steps:
- command: "nix-build --no-out-link -A besadii"
label: ":nix: besadii"
- command: "nix-build --no-out-link -A magrathea"
label: ":nix: magrathea"

View file

@ -25,4 +25,6 @@ pkgs.lib.fix (self: {
besadii = import ./besadii {
depot.nix.buildGo = self.buildGo;
};
magrathea = import ./magrathea { inherit pkgs; };
})

View file

@ -9,3 +9,4 @@ besadii = :/ops/besadii
::nixpkgs/
::sources/
]
magrathea = :/tools/magrathea