refactor(gs/system): Remove chupacabra

This machine no longer exists

Change-Id: I8e549b8397777a01404bd84c10c195e80f281744
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3431
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Griffin Smith 2021-08-26 11:56:00 -04:00 committed by grfn
parent 8201f0f3d8
commit d857d5ad68
5 changed files with 0 additions and 210 deletions

View file

@ -1,12 +1,6 @@
args @ { depot, pkgs, ... }:
rec {
chupacabra = import ./machines/chupacabra.nix;
chupacabraSystem = (depot.third_party.nixos {
configuration = chupacabra;
}).system;
mugwump = import ./machines/mugwump.nix;
mugwumpSystem = (depot.ops.nixos.nixosFor mugwump).system;
@ -34,9 +28,7 @@ rec {
iso = import ./iso.nix args;
# Build chupacabra in CI
meta.targets = [
"chupacabraSystem"
"mugwumpSystem"
"roswellSystem"
"yerenSystem"