Skip to content

Commit 4f20030

Browse files
committed
Update buckconfig more in line with what is generated by buck2 init
1 parent db26585 commit 4f20030

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.buckconfig

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[repositories]
2-
repo = .
2+
root = .
33
prelude = tools/buck/prelude
44
toolchains = tools/buck/toolchains
5-
config = tools/buck/prelude
5+
none = none
6+
7+
[repository_aliases]
8+
config = prelude
69
buck = none
710
fbcode = none
811
fbsource = none
@@ -14,4 +17,4 @@ fbsource = none
1417
ignore = target
1518

1619
[parser]
17-
target_platform_detector_spec = target://...->config//platforms:default
20+
target_platform_detector_spec = target:root//...->prelude//platforms:default

tools/buck/prelude

0 commit comments

Comments
 (0)