zigHook: remove badPlatforms

Because zig itself doesn't set it by default.

Changed files
+1 -1
pkgs
development
compilers
zig
+1 -1
pkgs/development/compilers/zig/hook.nix
···
meta = {
description = "A setup hook for using the Zig compiler in Nixpkgs";
-
inherit (zig.meta) maintainers platforms badPlatforms broken;
};
} ./setup-hook.sh
···
meta = {
description = "A setup hook for using the Zig compiler in Nixpkgs";
+
inherit (zig.meta) maintainers platforms broken;
};
} ./setup-hook.sh