Skip to content

Commit

Permalink
chore: Update flake.nix, remove broken package
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten committed Nov 4, 2024
1 parent 795d14e commit 2442561
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion homeModules/personal/sectools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ in {
nixpkgs.config.allowUnfree = true;

home.packages = with pkgs;
[ nmap sqlmap sqlitebrowser john hashcat ghidra jd-gui dbeaver-bin ]
[ nmap sqlmap sqlitebrowser john hashcat ghidra dbeaver-bin ]
++ lib.lists.optionals pkgs.stdenv.isLinux
(with pkgs; [ burpsuite aircrack-ng macchanger kismet iw ]);
# Fix font rendering for burpsuite
Expand Down

0 comments on commit 2442561

Please sign in to comment.