This commit is contained in:
Daniel Bulant 2026-06-17 16:02:17 +02:00
parent a2f852ac18
commit f031a024bc
No known key found for this signature in database
2 changed files with 11 additions and 14 deletions

View file

@ -37,19 +37,6 @@ let
doCheck = false;
};
reverseEngineeringPython = pkgs.python3.withPackages (pythonPackages: [
pythonPackages.construct
pythonPackages.cryptography
pythonPackages.fusepy
pythonPackages.mcp
pythonPackages.pip
pythonPackages.pycryptodome
pythonPackages.pycryptodomex
pythonPackages.pyfatfs
pythonPackages.setuptools
pythonPackages.wheel
]);
llama-cpp = (
(pkgs.llama-cpp.override {
cudaSupport = true;
@ -196,7 +183,7 @@ in
ninfs
tcpdump
wireshark-cli
reverseEngineeringPython
avalonia-ilspy
])
++ (with reenv.packages.${system}; [
bindiff

View file

@ -429,6 +429,16 @@
wheel
pwntools
construct
cryptography
fusepy
mcp
pip
pycryptodome
pycryptodomex
pyfatfs
setuptools
wheel
]
))
];