summaryrefslogtreecommitdiff
path: root/etc/repos.json
blob: 5ab347757348df5a9a2185590f6a0a4629cc3973 (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/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"}
    }
  , "rules":
    { "repository":
      { "type": "git"
      , "repository": "https://github.com/just-buildsystem/rules-cc"
      , "branch": "master"
      , "commit": "0e9d13a761c878a647fde5a543946a02bf2c693d"
      , "subdir": "rules"
      }
    }
  }
}