diff options
Diffstat (limited to 'etc/repos.template.json')
-rw-r--r-- | etc/repos.template.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/etc/repos.template.json b/etc/repos.template.json index cc5e76e..53778b2 100644 --- a/etc/repos.template.json +++ b/etc/repos.template.json @@ -1,11 +1,6 @@ { "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": + { "static-just": {"repository": {"type": "file", "path": "."}, "bindings": {"just": "just"}} } } |