Explorar o código

add python3 to shell.nix (#6774)

Francis St-Amour %!s(int64=5) %!d(string=hai) anos
pai
achega
e05b32d894
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      shell.nix

+ 1 - 1
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 ];