mirror of
https://github.com/danbulant/dotfiles
synced 2026-07-16 00:20:55 +00:00
update
This commit is contained in:
parent
a2f852ac18
commit
f031a024bc
2 changed files with 11 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -429,6 +429,16 @@
|
|||
wheel
|
||||
|
||||
pwntools
|
||||
construct
|
||||
cryptography
|
||||
fusepy
|
||||
mcp
|
||||
pip
|
||||
pycryptodome
|
||||
pycryptodomex
|
||||
pyfatfs
|
||||
setuptools
|
||||
wheel
|
||||
]
|
||||
))
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue