From b0f393ee319f62b8b7488deffd6625582f69f59d Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 24 Oct 2023 17:13:19 +0200 Subject: Initial commit --- etc/repos.template.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/repos.template.json (limited to 'etc/repos.template.json') 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"}} + } +} -- cgit v1.2.3