Skip to content

Commit 8f822ad

Browse files
committed
Update buck2 prelude to eliminate ovr_config// cell
1 parent 9929c83 commit 8f822ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buckconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repo = .
33
prelude = tools/buck/prelude
44
toolchains = tools/buck/toolchains
5-
ovr_config = tools/buck/prelude
5+
config = tools/buck/prelude
66
buck = none
77
fbcode = none
88
fbsource = none
@@ -14,4 +14,4 @@ fbsource = none
1414
ignore = target
1515

1616
[parser]
17-
target_platform_detector_spec = target://...->ovr_config//platforms:default
17+
target_platform_detector_spec = target://...->config//platforms:default

tools/buck/prelude

0 commit comments

Comments
 (0)