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:
parent
8201f0f3d8
commit
d857d5ad68
5 changed files with 0 additions and 210 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue