1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[cells]
buckal = buckal
none = none
prelude = prelude
root = .
toolchains = toolchains
[cell_aliases]
config = prelude
ovr_config = prelude
fbcode = none
fbsource = none
fbcode_macros = none
buck = none
# Uses a copy of the prelude bundled with the buck2 binary. You can alternatively delete this
# section and vendor a copy of the prelude to the `prelude` directory of your project.
[external_cells]
prelude = bundled
# Added by cargo-buckal. See [external_cell_buckal] for git configuration.
buckal = git
[external_cell_buckal]
commit_hash = 22bd38c79d2348d9a6591b7156c42d615377eaad
git_origin = https://github.com/buck2hub/buckal-bundles
[parser]
target_platform_detector_spec = target:root//...->prelude//platforms:default \
target:prelude//...->prelude//platforms:default \
target:toolchains//...->prelude//platforms:default
[build]
execution_platforms = prelude//platforms:default
[project]
ignore = .git .buckal buck-out target