mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 15:38:12 +01:00
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:
parent
2e74b21642
commit
f3855a5260
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user