]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
add python3 to shell.nix (#6774)
authorFrancis St-Amour <fstamour@users.noreply.github.com>
Sat, 21 Sep 2019 18:59:18 +0000 (14:59 -0400)
committerskullydazed <skullydazed@users.noreply.github.com>
Sat, 21 Sep 2019 18:59:18 +0000 (11:59 -0700)
shell.nix

index e85221975d3182d20662dc9ba09886b9bf738306..df5aff3508fe8a2458dcca2a68845e33d2b50117 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -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 ];