27 lines
603 B
INI
27 lines
603 B
INI
[cells]
|
|
root = .
|
|
prelude = prelude
|
|
toolchains = toolchains
|
|
none = none
|
|
|
|
[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
|
|
|
|
[parser]
|
|
target_platform_detector_spec = target:root//...->prelude//platforms:default
|
|
|
|
[build]
|
|
execution_platforms = prelude//platforms:default
|
|
|
|
[project]
|
|
ignore = .git
|