diff options
author | Klaus T. Aehlig <aehlig@linta.de> | 2024-06-25 17:35:19 +0200 |
---|---|---|
committer | Klaus T. Aehlig <aehlig@linta.de> | 2024-06-25 17:52:47 +0200 |
commit | 628cb0ab06332086a7ea022bcebfb69d95c38068 (patch) | |
tree | 41a06a68e7a1e89f084e899e0a01b7d846958c7f /etc/repos.json | |
parent | afcdb1184799526f20954e475af990254d772cd4 (diff) | |
download | hello-nix-628cb0ab06332086a7ea022bcebfb69d95c38068.tar.gz |
Import rules instead of hard-coding
Diffstat (limited to 'etc/repos.json')
-rw-r--r-- | etc/repos.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/repos.json b/etc/repos.json index d1537db..5ab3477 100644 --- a/etc/repos.json +++ b/etc/repos.json @@ -8,15 +8,6 @@ , "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": @@ -26,5 +17,14 @@ , "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" + } + } } } |