about summary refs log tree commit diff
path: root/ci-builds.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-06-29T01·32-0400
committerglittershark <grfn@gws.fyi>2020-07-03T14·41+0000
commitf980f0f6bd1149c8944a81efc793d32fb54c01f7 (patch)
tree1e3d8f9441959c1af1b393e248417b991ec63280 /ci-builds.nix
parent6f808dfe189bef874702e04f3d44b038a8fcb382 (diff)
feat(ci-builds): re-add xanthous r/1190
This reverts commit 2249be39ed4d869ca602b353372f8d9066f0be28.

Build should pass now that it's all been properly integrated into the
nix tree.

Change-Id: If2bfa642302368ac24d06ff7d853c0eda76811a7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/742
Reviewed-by: lukegb <lukegb@tvl.fyi>
Reviewed-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Reviewed-by: Kane York <rikingcoding@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'ci-builds.nix')
-rw-r--r--ci-builds.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci-builds.nix b/ci-builds.nix
index e8fe648c08..8e59b116da 100644
--- a/ci-builds.nix
+++ b/ci-builds.nix
@@ -99,5 +99,6 @@ in lib.fix (self: {
 
   glittershark = with depot.users.glittershark; [
     system.system.chupacabra
+    xanthous
   ];
 })