diff options
author | Francis St-Amour <fstamour@users.noreply.github.com> | 2019-09-21 14:59:18 -0400 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2019-11-04 16:53:33 +0900 |
commit | fc278987969896b581b7c51f33d3c154ddc1e779 (patch) | |
tree | 0e59a7e6796df55a591f8b36a3d74b62dde09baf | |
parent | a14b72580dc37ebb358a179ddd1f52a5574b52c2 (diff) |
add python3 to shell.nix (#6774)
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]; |