Added binary ninja personal to repo
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{ lib, config, pkgs, ... }: {
|
||||
{ lib, config, pkgs, ... }: let
|
||||
mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; };
|
||||
in {
|
||||
# Hacking specific packages.
|
||||
home.packages = (with pkgs; [
|
||||
gdb
|
||||
yara
|
||||
nmap
|
||||
#john
|
||||
ffuf
|
||||
amass
|
||||
nikto
|
||||
@@ -35,6 +36,8 @@
|
||||
seclists
|
||||
];
|
||||
})
|
||||
]) ++ (with mypkgs; [
|
||||
binaryninja
|
||||
]);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user