about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-08-26T23·07+0100
committertazjin <mail@tazj.in>2020-08-26T23·49+0000
commit88317aea0d999e0933e4857660660ac408be03a0 (patch)
tree943d8ab33d5eb4dfbdb2c05bd1b0533d1f593255
parent5ad61ee4080b1d5e4804e498dadeb4b64889da2b (diff)
fix(besadii): Remove unused Nix code from the derivation r/1724
This was used previously when build granularity was besadii's task,
which it no longer is.

Change-Id: I6df2db1ed4730a7953199b7b48aa9ad916418b22
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1853
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
-rw-r--r--ops/besadii/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/ops/besadii/default.nix b/ops/besadii/default.nix
index 0ce773c7b1..48856fce06 100644
--- a/ops/besadii/default.nix
+++ b/ops/besadii/default.nix
@@ -7,8 +7,4 @@ let
 in depot.nix.buildTypedGo.program {
   name = "besadii";
   srcs = [ ./main.go2 ];
-
-  x_defs = {
-    "main.TargetList" = toFile "ci-targets.json" (toJSON ciBuilds.__evaluatable);
-  };
 }