nix: add autoflake

pull/25/head
Pavol Rusnak 6 years ago
parent 610233280d
commit ef464e1596
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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 ];
}

Loading…
Cancel
Save