about summary refs log tree commit diff
path: root/ci-builds.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ci-builds.nix')
-rw-r--r--ci-builds.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci-builds.nix b/ci-builds.nix
index 7038de51a8..e8fe648c08 100644
--- a/ci-builds.nix
+++ b/ci-builds.nix
@@ -96,4 +96,8 @@ in lib.fix (self: {
     finito
     homepage
   ];
+
+  glittershark = with depot.users.glittershark; [
+    system.system.chupacabra
+  ];
 })