zigHook: remove badPlatforms
Because zig itself doesn't set it by default.
Anderson Torres 2 years ago 9d9af3d4 a85a699e
··· 12 12 13 13 meta = { 14 14 description = "A setup hook for using the Zig compiler in Nixpkgs"; 15 15 - inherit (zig.meta) maintainers platforms badPlatforms broken; 15 15 + inherit (zig.meta) maintainers platforms broken; 16 16 }; 17 17 } ./setup-hook.sh