diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-06T22·12-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-06T22·52+0000 |
commit | 9ec0f4d0c822b63c807ecf869299dc25836b6c03 (patch) | |
tree | 07e21f44c33660f671a41354bcf50de185f4364a /third_party/default.nix | |
parent | aae3d25234cea89b69824a6ed8b7994350a32247 (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 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 9fb26887e0bc..48a4a38285a9 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -36,6 +36,8 @@ let age autoconf autoreconfHook + avrlibc + avrdude awscli bashInteractive bat @@ -58,6 +60,9 @@ let coreutils cudatoolkit darwin + dfu-programmer + dfu-util + diffutils dockerTools execline fetchFromGitHub @@ -106,6 +111,7 @@ let pandoc parallel pkgconfig + pkgsCross postgresql pounce pulseaudio @@ -128,6 +134,7 @@ let symlinkJoin systemd tdlib + teensy-loader-cli terraform_0_12 texlive thttpd |