Skip to content

Commit

Permalink
add python3 to shell.nix (qmk#6774)
Browse files Browse the repository at this point in the history
  • Loading branch information
fstamour authored and skullydazed committed Sep 21, 2019
1 parent 0e96068 commit e05b32d
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 @@ -32,7 +32,7 @@ in
stdenv.mkDerivation {
name = "qmk-firmware";

buildInputs = [ dfu-programmer dfu-util diffutils git ]
buildInputs = [ dfu-programmer dfu-util diffutils git python3 ]
++ lib.optional avr [ avrbinutils avrgcc avrlibc avrdude ]
++ lib.optional arm [ gcc-arm-embedded ]
++ lib.optional teensy [ teensy-loader-cli ];
Expand Down

0 comments on commit e05b32d

Please sign in to comment.