Removed game packages; removed binaryninja
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ lib, config, pkgs, ... }: let
|
||||
mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; };
|
||||
in {
|
||||
{ lib, config, pkgs, ... }:
|
||||
#let mypkgs = import ../../packages/all-packages.nix { inherit pkgs lib config; }; in
|
||||
{
|
||||
# Hacking specific packages.
|
||||
home.packages = (with pkgs; [
|
||||
home.packages = with pkgs; [
|
||||
gdb
|
||||
yara
|
||||
nmap
|
||||
@@ -36,8 +36,8 @@ in {
|
||||
seclists
|
||||
];
|
||||
})
|
||||
]) ++ (with mypkgs; [
|
||||
binaryninja
|
||||
]);
|
||||
|
||||
];
|
||||
#++ (with mypkgs; [
|
||||
# binaryninja
|
||||
#]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user