Browse Source

add python3 to shell.nix (#6774)

pull/6786/head 0.7.24
Francis St-Amour 4 years ago
committed by skullydazed
parent
commit
e05b32d894
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shell.nix

+ 1
- 1
shell.nix View File

@ -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 ];


Loading…
Cancel
Save