shell: Add nix-update / rustscan

rustscan is a nice alternative to nmap that's easier to use and doesn't
require the usage of sudo in certain situations.

nix-update is a nice script that makes updating the versions and hashes
of packages way easier than editing them by hand.
This commit is contained in:
Donovan Glover 2024-08-11 17:13:18 -04:00
parent 2e74b21642
commit f3855a5260
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -32,6 +32,7 @@ in
timg
choose
sd
rustscan
;
inherit (pkgs)
treefmt
@ -95,6 +96,7 @@ in
inherit (pkgs)
nixpkgs-review
nix-init
nix-update
statix
nvd
nix-search-cli