zigHook: remove badPlatforms

Because zig itself doesn't set it by default.
This commit is contained in:
Anderson Torres 2023-07-31 23:23:20 -03:00
parent a85a699e40
commit 9d9af3d49f

@ -12,6 +12,6 @@ makeSetupHook {
meta = {
description = "A setup hook for using the Zig compiler in Nixpkgs";
inherit (zig.meta) maintainers platforms badPlatforms broken;
inherit (zig.meta) maintainers platforms broken;
};
} ./setup-hook.sh