about summary refs log tree commit diff
path: root/ci-builds.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-07-06T22·12-0400
committerglittershark <grfn@gws.fyi>2020-07-06T22·52+0000
commit9ec0f4d0c822b63c807ecf869299dc25836b6c03 (patch)
tree07e21f44c33660f671a41354bcf50de185f4364a /ci-builds.nix
parentaae3d25234cea89b69824a6ed8b7994350a32247 (diff)
feat(gs/keyboard): Integrate my layout with the depot r/1231
Integrate the keyboard layout for my Ergodox EZ, which is a layout for
QMK, with the depot, including exposing several cross-compilation
packages necessary to compile qmk for avr in third_party.

Change-Id: Idd43169a0a3cf0be2bd1a578fdaff70388a58bfc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/947
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
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 437804eef9..64291f4951 100644
--- a/ci-builds.nix
+++ b/ci-builds.nix
@@ -101,5 +101,6 @@ in lib.fix (self: {
   glittershark = with depot.users.glittershark; [
     (systemFor system.system.chupacabra)
     xanthous
+    keyboard.layout
   ];
 })