Skip to content

Commit

Permalink
apply bzlmod configuration to common
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Sep 27, 2023
1 parent c1a32e6 commit e678776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc.common
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build --host_platform=@rules_nixpkgs_core//platforms:host

build:bzlmod --enable_bzlmod
build:bzlmod --registry=https://bcr.bazel.build
common:bzlmod --enable_bzlmod
common:bzlmod --registry=https://bcr.bazel.build
common:bzlmod --experimental_isolated_extension_usages

test --test_output=errors
Expand Down

0 comments on commit e678776

Please sign in to comment.