Loading pkgs/tools/security/feroxbuster/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ rustPlatform, Security, SystemConfiguration, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "feroxbuster"; Loading Loading @@ -45,6 +46,8 @@ rustPlatform.buildRustPackage rec { # Tests require network access doCheck = false; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Fast, simple, recursive content discovery tool"; homepage = "https://github.com/epi052/feroxbuster"; Loading Loading
pkgs/tools/security/feroxbuster/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ rustPlatform, Security, SystemConfiguration, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "feroxbuster"; Loading Loading @@ -45,6 +46,8 @@ rustPlatform.buildRustPackage rec { # Tests require network access doCheck = false; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Fast, simple, recursive content discovery tool"; homepage = "https://github.com/epi052/feroxbuster"; Loading