From 9ec0f4d0c822b63c807ecf869299dc25836b6c03 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 6 Jul 2020 18:12:13 -0400 Subject: feat(gs/keyboard): Integrate my layout with the depot 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 --- users/glittershark/keyboard/flash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/glittershark/keyboard/flash') diff --git a/users/glittershark/keyboard/flash b/users/glittershark/keyboard/flash index 64f721f419..efc89463c8 100755 --- a/users/glittershark/keyboard/flash +++ b/users/glittershark/keyboard/flash @@ -1,2 +1,2 @@ #!/usr/bin/env bash -exec "$(nix-build --no-out-link . -A flash)" +exec "$(nix-build --no-out-link ../../.. -A users.glittershark.keyboard.flash)" -- cgit 1.4.1