From ef464e1596bce3b467b3688ffc3bb40d22a32398 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Fri, 12 Oct 2018 16:50:09 +0200 Subject: [PATCH] nix: add autoflake --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 70ff31bcd..cf17bec16 100644 --- a/shell.nix +++ b/shell.nix @@ -5,5 +5,5 @@ let in stdenv.mkDerivation { name = "trezor-core-dev"; - buildInputs = [ myPython protobuf scons gnumake gcc gcc-arm-embedded-7 pkgconfig SDL2 SDL2_image ]; + buildInputs = [ myPython protobuf scons gnumake gcc gcc-arm-embedded-7 pkgconfig SDL2 SDL2_image autoflake ]; }