Add missing zig_cc_binary import to the simple layer example in the documentation.

This commit is contained in:
Foke Singh 2023-04-24 10:04:50 +00:00
parent ed6444b775
commit 477e13afd0

View File

@ -41,6 +41,7 @@ use their rules to define our 5 additional targets:
load("@aspect_bazel_lib//lib:tar.bzl", "mtree_spec", "tar")
load("@aspect_bazel_lib//lib:transitions.bzl", "platform_transition_filegroup")
load("@rules_oci//oci:defs.bzl", "oci_image", "oci_load", "oci_push")
load("@zml//bazel:zig.bzl", "zig_cc_binary")
zig_cc_binary(
name = "simple_layer",