check-esxi-hardware: build with format other

authored by

Martin Weinelt and committed by
Sandro Jäckel
69591251 73e44107

+1
+1
pkgs/servers/monitoring/plugins/esxi.nix
··· 6 6 in python3Packages.buildPythonApplication rec { 7 7 pname = lib.replaceStrings [ "_" ] [ "-" ] bName; 8 8 version = "20200710"; 9 + format = "other"; 9 10 10 11 src = fetchFromGitHub { 11 12 owner = "Napsty";