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:
parent
8df073a1e0
commit
82ba42c439
3 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -25,4 +25,6 @@ pkgs.lib.fix (self: {
|
|||
besadii = import ./besadii {
|
||||
depot.nix.buildGo = self.buildGo;
|
||||
};
|
||||
|
||||
magrathea = import ./magrathea { inherit pkgs; };
|
||||
})
|
||||
|
|
|
@ -9,3 +9,4 @@ besadii = :/ops/besadii
|
|||
::nixpkgs/
|
||||
::sources/
|
||||
]
|
||||
magrathea = :/tools/magrathea
|
||||
|
|
Loading…
Reference in a new issue