summaryrefslogtreecommitdiff
path: root/etc/repos.json
blob: d1537db1d99db0798d82058d89aadeceb7651afd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{ "repositories":
  { "":
    { "repository": {"type": "file", "path": "src"}
    , "bindings": {"rules": "rules/nix"}
    }
  , "test":
    { "repository": {"type": "file", "path": "test"}
    , "bindings": {"rules": "rules/nix-test", "src": ""}
    }
  , "defaults": {"repository": {"type": "file", "path": "etc/defaults"}}
  , "rules":
    { "repository":
      { "type": "git"
      , "branch": "master"
      , "commit": "0d436f26134d3fcaa695e4e6e87249d7fa381e44"
      , "repository": "https://github.com/just-buildsystem/rules-cc.git"
      , "subdir": "rules"
      }
    }
  , "rules/nix":
    {"repository": "rules", "target_root": "defaults", "rule_root": "rules"}
  , "rules/nix-test":
    { "repository": "rules"
    , "target_root": "defaults"
    , "rule_root": "rules"
    , "target_file_name": "test.TARGETS"
    , "bindings": {"base": "rules/nix"}
    }
  }
}