diff options
author | Francis St-Amour <fstamour@users.noreply.github.com> | 2019-09-21 14:59:18 -0400 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-09-21 11:59:18 -0700 |
commit | e05b32d8941c90f5af8da85f29190c45e917bbd3 (patch) | |
tree | 85097e8beaeda304ca5611464e3d5ccdaabd3f13 | |
parent | 0e96068d2352a1895ee1426b90bd54e4e055a672 (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 ]; |