chore(nix/buildLisp): meta.targets -> meta.ci.targets

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>
This commit is contained in:
Vincent Ambo 2022-02-07 22:28:59 +03:00 committed by clbot
parent 5ed7ef8089
commit a25675804c
2 changed files with 4 additions and 2 deletions

View file

@ -164,7 +164,9 @@ let
# meta is done via passthru to minimize rebuilds caused by overriding
meta = (old.passthru.meta or { }) // {
inherit targets;
ci = (old.passthru.meta.ci or { }) // {
inherit targets;
};
};
} // builtins.listToAttrs (builtins.map
(impl: {