summaryrefslogtreecommitdiff
path: root/etc/repos.template.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/repos.template.json')
-rw-r--r--etc/repos.template.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/repos.template.json b/etc/repos.template.json
new file mode 100644
index 0000000..cc5e76e
--- /dev/null
+++ b/etc/repos.template.json
@@ -0,0 +1,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"}}
+ }
+}