mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 13:14:55 +00:00
18 lines
340 B
Plaintext
18 lines
340 B
Plaintext
[repositories]
|
|
root = .
|
|
prelude = .buck/prelude
|
|
shim = .buck/shim
|
|
|
|
[repository_aliases]
|
|
config = prelude
|
|
ovr_config = prelude
|
|
toolchains = shim
|
|
fbcode = shim
|
|
fbcode_macros = shim
|
|
fbsource = shim
|
|
buck = shim
|
|
|
|
[parser]
|
|
target_platform_detector_spec = target:root//...->prelude//platforms:default target:shim//...->prelude//platforms:default
|
|
|