mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
nix: add autoflake
This commit is contained in:
parent
610233280d
commit
ef464e1596
@ -5,5 +5,5 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "trezor-core-dev";
|
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…
Reference in New Issue
Block a user