Skip to content

Commit

Permalink
chore: Update flake.lock, fix changed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten committed May 22, 2024
1 parent 02666be commit 090e3ec
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 35 deletions.
63 changes: 30 additions & 33 deletions flake.lock

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

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
};

Expand Down
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 ]
[ nmap sqlmap sqlitebrowser john hashcat ghidra jd-gui 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 090e3ec

Please sign in to comment.