This commit is contained in:
Bignaux Ronan 2024-10-11 10:26:35 +00:00 committed by GitHub
commit df13bc20fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

26
shell.nix Normal file
View file

@ -0,0 +1,26 @@
with import <nixpkgs> { };
mkShell {
name = "mtkclient";
buildInputs = with python3Packages; [
capstone
colorama
flake8
fusepy
keystone
keystone-engine
mock
pycryptodome
pycryptodomex
pyserial
pyside6
pyusb
setuptools
shiboken6
unicorn
wheel
];
}