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:
parent
0bd0ca09a3
commit
5c96703765
2 changed files with 11 additions and 0 deletions
|
@ -96,4 +96,8 @@ in lib.fix (self: {
|
|||
finito
|
||||
homepage
|
||||
];
|
||||
|
||||
glittershark = with depot.users.glittershark; [
|
||||
system.system.chupacabra
|
||||
];
|
||||
})
|
||||
|
|
7
users/glittershark/system/system/default.nix
Normal file
7
users/glittershark/system/system/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ depot, ... }:
|
||||
|
||||
{
|
||||
chupacabra = (depot.third_party.nixos {
|
||||
configuration = import ./machines/chupacabra.nix;
|
||||
}).system;
|
||||
}
|
Loading…
Reference in a new issue