···59596060 extraPackages = mkOption {
6161 type = types.listOf types.package;
6262- default = with pkgs; [ nettools ];
6363- defaultText = literalExpression "with pkgs; [ nettools ]";
6464- example = literalExpression "with pkgs; [ nettools mysql ]";
6262+ default = with pkgs; [ net-tools ];
6363+ defaultText = literalExpression "with pkgs; [ net-tools ]";
6464+ example = literalExpression "with pkgs; [ net-tools mysql ]";
6565 description = ''
6666 Packages to be added to the Zabbix {env}`PATH`.
6767 Typically used to add executables for scripts, but can be anything.
···3838 tbb
3939 xwayland
4040 qt5.qtwayland
4141- nettools # needed by licensing tools
4141+ net-tools # needed by licensing tools
4242 bintools # needed for ld and other tools, so ctypes can find/load sos from python
4343 ocl-icd # needed for opencl
4444 numactl # needed by hfs ocl backend
···4949 # Fixup shebang
5050 prePatch = "patchShebangs host/utilities/bladeRF-cli/src/cmd/doc/generate.bash";
51515252- # Let us avoid nettools as a dependency.
5252+ # Let us avoid net-tools as a dependency.
5353 postPatch = ''
5454 sed -i 's/$(hostname)/hostname/' host/utilities/bladeRF-cli/src/cmd/doc/generate.bash
5555 '';
···13231323 netbox_3_3 = throw "netbox 3.3 series has been removed as it was EOL"; # Added 2023-09-02
13241324 netbox_3_5 = throw "netbox 3.5 series has been removed as it was EOL"; # Added 2024-01-22
13251325 netbox_3_7 = throw "netbox 3.7 series has been removed as it was EOL"; # Added 2025-04-23
13261326+ nettools = net-tools; # Added 2025-06-11
13261327 nextcloud29 = throw ''
13271328 Nextcloud v29 has been removed from `nixpkgs` as the support for is dropped
13281329 by upstream in 2025-04. Please upgrade to at least Nextcloud v30 by declaring