about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/glittershark/system/system/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/users/glittershark/system/system/default.nix b/users/glittershark/system/system/default.nix
index e194681054..dd84dc71db 100644
--- a/users/glittershark/system/system/default.nix
+++ b/users/glittershark/system/system/default.nix
@@ -7,6 +7,9 @@ rec {
     configuration = chupacabra;
   }).system;
 
+  # Build chupacabra in CI
+  meta.targets = [ "chupacabraSystem" ];
+
   rebuilder =
     let
       depotPath = "/home/grfn/code/depot";