0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

net-tools: rename from nettools

By being in sync with the pname, it makes it easier to walk back from
the pname that shows in the /nix/store back to the attribute.

This change should not cause any rebuild.
This commit is contained in:
zimbatm 2025-06-11 23:26:42 +02:00
parent 2ab3cba555
commit 39c01d22bf
73 changed files with 145 additions and 144 deletions

View file

@ -88,11 +88,11 @@ in
extraPackages = mkOption {
type = types.listOf types.package;
default = with pkgs; [
nettools
net-tools
nmap
traceroute
];
defaultText = literalExpression "[ nettools nmap traceroute ]";
defaultText = literalExpression "[ net-tools nmap traceroute ]";
description = ''
Packages to be added to the Zabbix {env}`PATH`.
Typically used to add executables for scripts, but can be anything.