Skip to content

Commit

Permalink
expose @rules_nixpkgs_core//private/cc_toolchain in Workspace mode
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Dec 17, 2024
1 parent 07e23e1 commit 598f403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package(default_visibility = ["//visibility:public"])

filegroup(
name = "srcs",
srcs = glob(["**"]),
srcs = glob(["**"]) + ["//private/cc_toolchain:srcs"],
visibility = ["//visibility:public"],
)

Expand Down

0 comments on commit 598f403

Please sign in to comment.