Skip to content

Commit 809b79a

Browse files
committed
Enable and fix incompatible_disable_native_repo_rules
1 parent 3239a0e commit 809b79a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ build --nolegacy_external_runfiles
5959
# https://github.com/bazelbuild/bazel/issues/23043.
6060
build --incompatible_autoload_externally=
6161

62+
common --incompatible_disable_native_repo_rules
63+
6264
###############################################################################
6365
## Bzlmod
6466
###############################################################################

examples/nix_cross_compiling/bazel/platforms/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
platform(
55
name = "host",
66
constraint_values = ["@platforms//os:nixos"],
7-
parents = ["@local_config_platform//:host"],
7+
parents = ["@platforms//host"],
88
)
99

1010
# Platforms

0 commit comments

Comments
 (0)