summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-07-18 19:53:40 +0000
committerQMK Bot <hello@qmk.fm>2022-07-18 19:53:40 +0000
commiteabbc04213c0c1236bb67c8e6eced46a8ccd87fb (patch)
treef7668e0941958577411107e91161458429be9964
parent0e4f953976b6b422919987c9c6cd31552058456a (diff)
parent627e35b7ac61e294c7c34a693d8191cded68136e (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index a96aa840de..7e3704d010 100644
--- a/shell.nix
+++ b/shell.nix
@@ -48,7 +48,7 @@ in
mkShell {
name = "qmk-firmware";
- buildInputs = [ clang-tools dfu-programmer dfu-util diffutils git pythonEnv poetry niv ]
+ buildInputs = [ clang-tools dfu-programmer dfu-util diffutils git pythonEnv niv ]
++ lib.optional avr [
pkgsCross.avr.buildPackages.binutils
pkgsCross.avr.buildPackages.gcc8