about summary refs log tree commit diff
path: root/nix/buildLisp/README.md
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-02-07T19·28+0300
committerclbot <clbot@tvl.fyi>2022-02-07T22·28+0000
commita25675804c4f429fab5ee5201fe25e89865dfd13 (patch)
treeef57ebc4b208820663d12efdd8bde2065bc6d792 /nix/buildLisp/README.md
parent5ed7ef8089a6914a81b7592d2b6db93c5d87a1e2 (diff)
chore(nix/buildLisp): meta.targets -> meta.ci.targets r/3785
Change-Id: Ic8effcc94f3fcfa283436be3e5c0477ef89e9e94
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5247
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'nix/buildLisp/README.md')
-rw-r--r--nix/buildLisp/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildLisp/README.md b/nix/buildLisp/README.md
index 214700750d..0d1e469834 100644
--- a/nix/buildLisp/README.md
+++ b/nix/buildLisp/README.md
@@ -220,7 +220,7 @@ buildLisp.library {
 
 Additionally a `brokenOn` parameter is accepted which takes a list of
 implementation names on which the derivation is not expected to work.
-This only influences `meta.targets` which is read by depot's CI to
+This only influences `meta.ci.targets` which is read by depot's CI to
 check which variants (see "Implementations") of the derivation to
 build, so it may not be useful outside of depot.