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; 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 = ( llama-cpp = (
(pkgs.llama-cpp.override { (pkgs.llama-cpp.override {
cudaSupport = true; cudaSupport = true;
@ -196,7 +183,7 @@ in
ninfs ninfs
tcpdump tcpdump
wireshark-cli wireshark-cli
reverseEngineeringPython avalonia-ilspy
]) ])
++ (with reenv.packages.${system}; [ ++ (with reenv.packages.${system}; [
bindiff bindiff

View file

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