mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +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
|
timg
|
||||||
choose
|
choose
|
||||||
sd
|
sd
|
||||||
|
rustscan
|
||||||
;
|
;
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
treefmt
|
treefmt
|
||||||
@ -95,6 +96,7 @@ in
|
|||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
nix-init
|
nix-init
|
||||||
|
nix-update
|
||||||
statix
|
statix
|
||||||
nvd
|
nvd
|
||||||
nix-search-cli
|
nix-search-cli
|
||||||
|
Loading…
Reference in New Issue
Block a user