File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
examples/nix_cross_compiling/bazel/platforms Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,15 @@ build --incompatible_merge_fixed_and_default_shell_env
62
62
# https://github.com/bazelbuild/bazel/issues/23043.
63
63
build --incompatible_autoload_externally=
64
64
65
+ common --incompatible_disable_native_repo_rules
66
+
65
67
###############################################################################
66
68
## Bzlmod
67
69
###############################################################################
68
70
69
71
# A configuration for disabling bzlmod.
70
72
common:no-bzlmod --noenable_bzlmod --enable_workspace
73
+ common:no-bzlmod --incompatible_disable_native_repo_rules
71
74
72
75
# Disable the bzlmod lockfile, so we don't accidentally commit MODULE.bazel.lock
73
76
common --lockfile_mode=off
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package(default_visibility = ["//visibility:public"])
4
4
platform (
5
5
name = "host" ,
6
6
constraint_values = ["@platforms//os:nixos" ],
7
- parents = ["@local_config_platform//: host" ],
7
+ parents = ["@platforms// host" ],
8
8
)
9
9
10
10
# Platforms
You can’t perform that action at this time.
0 commit comments