Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kip93 committed Aug 2, 2024
1 parent e4c68c7 commit 8cc6ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mkShell {
name = "qmk-firmware";

buildInputs = [ clang-tools_12 dfu-programmer dfu-util diffutils git pythonEnv niv ]
++ lib.optional avr [
++ lib.optionals avr [
pkgsCross.avr.buildPackages.binutils
pkgsCross.avr.buildPackages.gcc8
avrlibc
Expand Down

0 comments on commit 8cc6ca0

Please sign in to comment.