chore(glittershark/system): Include chupacabraSystem in CI builds

Change-Id: Ic8a63f76a0b19f6b1f9ab836d1418849cce06aa0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1895
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Vincent Ambo 2020-08-31 01:49:01 +01:00 committed by tazjin
parent 77a47fa85c
commit fcb014e43d

View file

@ -7,6 +7,9 @@ rec {
configuration = chupacabra;
}).system;
# Build chupacabra in CI
meta.targets = [ "chupacabraSystem" ];
rebuilder =
let
depotPath = "/home/grfn/code/depot";