Skip to content

Commit 598f403

Browse files
committed
expose @rules_nixpkgs_core//private/cc_toolchain in Workspace mode
1 parent 07e23e1 commit 598f403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package(default_visibility = ["//visibility:public"])
44

55
filegroup(
66
name = "srcs",
7-
srcs = glob(["**"]),
7+
srcs = glob(["**"]) + ["//private/cc_toolchain:srcs"],
88
visibility = ["//visibility:public"],
99
)
1010

0 commit comments

Comments
 (0)