File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
examples/nix_cross_compiling/bazel/platforms Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ build --nolegacy_external_runfiles
5959# https://github.com/bazelbuild/bazel/issues/23043.
6060build --incompatible_autoload_externally=
6161
62+ common --incompatible_disable_native_repo_rules
63+
6264###############################################################################
6365## Bzlmod
6466###############################################################################
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package(default_visibility = ["//visibility:public"])
44platform (
55 name = "host" ,
66 constraint_values = ["@platforms//os:nixos" ],
7- parents = ["@local_config_platform//: host" ],
7+ parents = ["@platforms// host" ],
88)
99
1010# Platforms
You can’t perform that action at this time.
0 commit comments