feat(ci-builds): add chupacabra

My laptop, so I can recompile linux-ck not on my machine

Change-Id: Ib42e0440628be6a4d03999220ab2c69b19d6e391
Reviewed-on: https://cl.tvl.fyi/c/depot/+/884
Reviewed-by: BuildkiteCI
Reviewed-by: lukegb <lukegb@tvl.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2020-07-02 18:47:39 -04:00 committed by glittershark
parent 0bd0ca09a3
commit 5c96703765
2 changed files with 11 additions and 0 deletions

View file

@ -96,4 +96,8 @@ in lib.fix (self: {
finito
homepage
];
glittershark = with depot.users.glittershark; [
system.system.chupacabra
];
})

View file

@ -0,0 +1,7 @@
{ depot, ... }:
{
chupacabra = (depot.third_party.nixos {
configuration = import ./machines/chupacabra.nix;
}).system;
}