summaryrefslogtreecommitdiff
path: root/etc/repos.template.json
blob: cc5e76e5ed18706999e3b2d356b337e240dd47fa (plain)
1
2
3
4
5
6
7
8
9
10
11
{ "main": "static-just"
, "repositories":
  { "static-toolchain":
    { "repository":
      {"type": "file", "path": "etc/toolchain", "pragma": {"to_git": true}}
    , "bindings": {"rules": "rules-cc", "base": "imported-toolchain"}
    }
  , "static-just":
    {"repository": {"type": "file", "path": "."}, "bindings": {"just": "just"}}
  }
}