update lockfile
This commit is contained in:
parent
8adc4a80c1
commit
4b40e34532
18 changed files with 179 additions and 288 deletions
|
|
@ -5,14 +5,15 @@
|
|||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
(ghidra.withExtensions (ps:
|
||||
with ps; [
|
||||
gnudisassembler
|
||||
machinelearning
|
||||
]))
|
||||
ghidra
|
||||
# (ghidra.withExtensions (ps:
|
||||
# with ps; [
|
||||
# gnudisassembler
|
||||
# machinelearning
|
||||
# ]))
|
||||
|
||||
self.packages.${pkgs.system}.binaryninja-personal
|
||||
self.packages.${pkgs.system}.ida-pro
|
||||
self.packages.${pkgs.stdenv.hostPlatform.system}.binaryninja-personal
|
||||
self.packages.${pkgs.stdenv.hostPlatform.system}.ida-pro
|
||||
gdb
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue