From f3855a5260593f4fd3827a9e19ecaa03a183eac7 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 11 Aug 2024 17:13:18 -0400 Subject: [PATCH] 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. --- modules/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/shell.nix b/modules/shell.nix index d5a85e8b..2ad2ddd7 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -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