diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..8d7646a --- /dev/null +++ b/shell.nix @@ -0,0 +1,26 @@ +with import { }; + +mkShell { + + name = "mtkclient"; + + buildInputs = with python3Packages; [ + capstone + colorama + flake8 + fusepy + keystone + keystone-engine + mock + pycryptodome + pycryptodomex + pyserial + pyside6 + pyusb + setuptools + shiboken6 + unicorn + wheel + ]; + +}