From 95ec25a5d3b9b773ba72dc8c4ac95534e413c846 Mon Sep 17 00:00:00 2001 From: Francis St-Amour Date: Thu, 19 Sep 2019 21:29:09 -0400 Subject: [PATCH] add python3 to shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index e85221975d31..df5aff3508fe 100644 --- 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 ];