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 drashna committed Oct 31, 2019
1 parent a5d07e9 commit cf564c2
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 cf564c2

Please sign in to comment.