about summary refs log tree commit diff
path: root/users/grfn/system/system/default.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-08-26T15·56-0400
committergrfn <grfn@gws.fyi>2021-08-26T19·41+0000
commitd857d5ad685e41c24f376fa16182588e938624d0 (patch)
tree16591a45394dc072b846fbff2fd238e90e2d0ec9 /users/grfn/system/system/default.nix
parent8201f0f3d80c9d8c3234269c4f3420e8723e5bab (diff)
refactor(gs/system): Remove chupacabra r/2791
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>
Diffstat (limited to 'users/grfn/system/system/default.nix')
-rw-r--r--users/grfn/system/system/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/users/grfn/system/system/default.nix b/users/grfn/system/system/default.nix
index bc8f7f8844c0..445d4ad2438d 100644
--- a/users/grfn/system/system/default.nix
+++ b/users/grfn/system/system/default.nix
@@ -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"