Skip to content

Commit

Permalink
Merge pull request #1251 from bignaux/nixshell
Browse files Browse the repository at this point in the history
add a nix shell script for nix users
  • Loading branch information
bkerler authored Oct 20, 2024
2 parents 161ac0f + b59f65f commit 20c7a50
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -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
];

}

0 comments on commit 20c7a50

Please sign in to comment.