We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
buck2 init
1 parent db26585 commit 4f20030Copy full SHA for 4f20030
.buckconfig
@@ -1,8 +1,11 @@
1
[repositories]
2
-repo = .
+root = .
3
prelude = tools/buck/prelude
4
toolchains = tools/buck/toolchains
5
-config = tools/buck/prelude
+none = none
6
+
7
+[repository_aliases]
8
+config = prelude
9
buck = none
10
fbcode = none
11
fbsource = none
@@ -14,4 +17,4 @@ fbsource = none
14
17
ignore = target
15
18
16
19
[parser]
-target_platform_detector_spec = target://...->config//platforms:default
20
+target_platform_detector_spec = target:root//...->prelude//platforms:default
tools/buck/prelude
0 commit comments